Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Vb6 ado
Name: Mark Long Date: August 8, 2004 at 16:02:08 Pacific OS: Win 98 CPU/Ram: 300/512
Comment:
I have an Access 2k database with a VB6 front end, I have retrieved the data I require to each of the forms using ADO data control with Data Grid display.
Whilst creating the database I have set the primary key as an auto number, the trouble is I also require a field containing the current date and the two can't be combined for more than 1 record. I can change the autonumber to number but I need to add/remove records.
As all I have to do to add a record is enter it into the Data Grid, can I maintain this by creating my own autonumber that will allow dates? How do I create my own autonumber without duplicates.
Summary: Iam using vb6 ADO & i want to save my data in MsAcess.The peoblem is when i run my form it shows me an error in the Main "Operation Cancled". Iuse main in module.Please solve my problem Thanks. Public...
Summary: I want a help regarding to connect my small database application with Access. Yes iam using VB6 ADO and access in back end. I use a module this code. Public cn As New ADODB.Connection Private Sub F...
Summary: I current have an application that i built in Vis Studio 6 on Win2K machine that accesses an Access 2000 database. The completed app works fine on all machines that run Win2K but gives me a Run-time 3...