| Thread | Last Post | Replies |
|
| How do you handle negatives in recordset? | 08 Feb 2008 22:52 GMT | 5 |
Developing a VB6, SP6 program using ADO to read a csv file into a recordset using this code: casInputFileConnection.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & "Data Source=" & casInputPathString & ";" & "Extended
|
| OleDbCommandBuilder doesn't generate INSERT/UPDATE/DELETE | 06 Feb 2008 15:54 GMT | 4 |
I would like to automatically generate query commands with the OleDbCommandBuilder. The Problem is, after creating an instance of a CommandBuilder object, there is only a SELECT Command - no INSERT, UPDATE nor DELETE. The values are Nothing.
|
| Connecting VB 2008 to SQL Express 2005 | 05 Feb 2008 10:02 GMT | 3 |
I am having a wealth of problems connection my sql express projects to a remote SQL database through Visual Basic Epress 2008. Connecting it to a local store or an access database on a network drive works just fine. I can even connect to the SQL Express database using SQL
|
| Good icon editor | 04 Feb 2008 08:58 GMT | 7 |
I'm just at the point of giving up on this aspect!! I'm using Visual Studio 6 (so VB 6) to develop my app. I have a good looking icon for my app, which is a white circle with bits inside it, and with XP I get a good finish rather than the crappy Win98/Me
|
| Update fields in previous row from fields in current row | 01 Feb 2008 08:12 GMT | 20 |
Developing a VB6, SP6 program using ADO. If i cycle through a recordset and want to update a previous row with fields from the current row, how would i do that? I have the basic logic as you can see below, i just don't know how to refer to a recordset row that has
|
| Insert Recordset into table | 01 Feb 2008 05:04 GMT | 7 |
I create ADO recordset and populate it with data from an external data sourse (Intuit QuickBooks data file). There is no way to select only records I need due to limitations of the approach I use (Intuit SDK). Then I loop through all records and delete unwonted ones.
|