| Thread | Last Post | Replies |
|
| VB6 Datagrid Doesn't Populate on New Machines | 03 Nov 2006 12:23 GMT | 5 |
I have a VB6 application that uses ADO to populate a datagrid. The application has worked fine for several years. Some users just received new computers, which run Windows XP. The application runs fine on my machine, but I have Visual Studio installed. It also runs fine on ...
|
| ADO query to Access not working, no errors | 02 Nov 2006 03:05 GMT | 20 |
After searching in earnest, I have found no answers(I'm usually very good at finding something to help me). Hopefully someone has a simple one for me. I have designed an ADO parameter append query to an existing Access DB
|
| ADO recordset update not updating Access table | 01 Nov 2006 21:37 GMT | 1 |
I'm trying to update an Access 97 table with values stored in a grid control. Here's the code that opens the recordset: Sub OpenRS() 'opens the items recordset On Error Resume Next
|
| Reading from DB | 01 Nov 2006 19:26 GMT | 2 |
I'll better start by informing that I'm newbie into DB v/s VB. What I need to do is to read from a different tables in a Access-DB and copy the information into an array. For each table there is one array. Could someone please instruct me, with example, on how to do it.
|
| CSV --> EXCEL --> DBASE III with Visual Basic 6 | 01 Nov 2006 17:53 GMT | 19 |
Im trying to make an application with Visual Basic 6, which will read a CSV file and convert it to EXCEL file. The CSV file ist semicolon delimited. I want to insert the RecordSet in converted excel file into a table called
|
| Datagrid view - Joural Transactions Made using a Datagridview | 01 Nov 2006 03:19 GMT | 1 |
I would like to write tranaction activity to a journal table. I have tried: Dim deletedChildRecords As dsVersaPress.RoutingDataTable = _ CType(DsVersaPress.Routing.GetChanges(Data.DataRowState.Deleted),
|
| medical coding prep | 01 Nov 2006 01:09 GMT | 2 |
i am told the first thing i have to do before taking the medical coding class is brush up on my computer skills. i dont know what that means or what my level of computer knowledge is since ive seft taught myslef on the computer about 5 years ago and have knowledge to shopping ...
|