| Thread | Last Post | Replies |
|
| Hello? Is anyone reading these? I'm waiting for an answer, and I'm not the only one... | 22 Oct 2004 21:13 GMT | 12 |
There are quite a few unanswered posts in this NG. What do you say you get busy answering these posts before we choose another development platform! I'll keep watching...
|
| Saving rtf using binary and oledb | 22 Oct 2004 20:42 GMT | 3 |
I am trying to save some rtf code from an rtf field to a TEXT field on SQL2000. The code I have been playing with (thanks to Nick for the originally supplied code!) is: Sub DoByteConversion() Dim pBytStuff As Byte() = StringToArray(Rtxt_readme.Rtf) 'convert rtf field to byte ...
|
| click on datagrid item, display new datagrid based on that click | 22 Oct 2004 20:41 GMT | 1 |
I want to have a datagrid that is just one column of group names (say from qryGroups) When someone clicks on a group name (ie clicks in that 'cell' or the column could be a hyperlink column... whatever is best), i want the datagrid to then
|
| ASP Error on INSERT INTO Statement | 22 Oct 2004 19:51 GMT | 1 |
I'm getting the following error: Microsoft OLE DB Provider for ODBC Drivers error '80040e14' [Microsoft][ODBC Microsoft Access Driver] The INSERT INTO statement contains the following unknown field name: 'ClientName'. Make sure you have typed the
|
| ADO add to database problem, help? | 22 Oct 2004 18:55 GMT | 2 |
Okay so i'm having some trouble with adding to my database through the dataset. i can read from it and it prints just fine, i run the code okay with no errors, but it simply doesn't add the record, i've left it simple here just so i can get it right before i start adding the
|
| Call SQL Stored procedure with Bit datatype | 22 Oct 2004 18:22 GMT | 6 |
I am having difficulty calling a stored procedure from VB.Net that has a Bit parameter. To try and figure it out, I have created some tests. The SQL SP looks like this: CREATE procedure up_insert_test
|
| Filling typed dataset programmatically? | 22 Oct 2004 17:21 GMT | 3 |
I've created a strongly typed dataset (to be used to populate a crystal report) which I need to fill programmatically. How do I do this? Regards, Chris
|
| Convert <table> from HTML text file to datatable | 22 Oct 2004 16:04 GMT | 4 |
I'm just wondering if anyone have come across a code that reads an html file,search for <table> tag and convert its contents into a datatable and save it into a dataset.If there are few html tables,then each will be converted into a datatable and added into the same dataset.
|
| Moving CurrencyManager to specific row in Data Source | 22 Oct 2004 15:52 GMT | 4 |
I have a series of user-bound controls that are associated with a dataset, and need to be able to move the displayed data row in one control based on events in another. I have all of the controls bound to the same dataset on my form, and the
|
| DataSet - DataColumn MaxLength | 22 Oct 2004 15:51 GMT | 1 |
If I create a DataSet in the Visual Studio IDE, how do I specify the MaxLength of a DataColumn? Once I specify the MaxLength, I want to bind the DataSet to controls on my Windows Form (TextBox controls). Will the MaxLength of the bound TextBox
|
| Linebreaks in SQLCommand.CommandText (C#) | 22 Oct 2004 08:31 GMT | 2 |
From a C# application I read the SQL text from a text file. The text file contains line breaks that need to be conserved. The text file is read by a streamreader and added to a StringBuilder object. Each line in the text file is read, one at the time. After reading a line, I
|
| HELP | 22 Oct 2004 08:14 GMT | 1 |
i need to write an SQL statement that will have 4 fields and 4 parameters now the parameter may or may not have values and the fields them-self may or may not have values this is what i have so far
|
| ASP Error on INSERT Statement | 22 Oct 2004 07:38 GMT | 1 |
I'm getting the following error: Microsoft OLE DB Provider for ODBC Drivers error '80040e14' [Microsoft][ODBC Microsoft Access Driver] The INSERT INTO statement contains the following unknown field name: 'ClientName'. Make sure you have typed the
|
| Filter from a DataTable | 21 Oct 2004 22:54 GMT | 1 |
I need to do a filter from a datatable but with a group condition. I want to do some thing like "Select field From table Group by field" but with the data in my datatable. Thanks
|
| File access question | 21 Oct 2004 20:39 GMT | 1 |
I am experiencing a rather strange problem. I have written a service that attempts to open a file on a network share. When I try to open the file from my service, I get the "Access is denied" error. However, if I try to open the file from a GUI application, I can open the file ...
|