PDA

Click to See Complete Forum and Search --> : For those having trouble with Access 2000 and DataControl


Captain Pinko
Aug 22nd, 2000, 03:33 PM
I was having trouble where I could not load my .mdb created by Access 2000 with my datacontrol (VB6.0, Professional). I could load old *.mdb (like the sample file Biblio.mdb). If you are having the same problem then add an Microsoft adoDataControl click on (Custom), then select use connect string, click build, select Jet 4.0. Then to select the table click RecordSource select "2 - adCmdTable" from the "Comand Type" combo-box, then select the table from the table below. The use it as you would a normal DataControl. Have fun...