Hi
I’ve got an old Access 2.0 database that is being used. Upgrading it to a later version of Acc is not an option.
At present, I have an app (stand alone), written in VB6 to do a whole lot of stuff. One of the steps though needs to read and write data to the Access 2 database.
At present, I am using ADO, and using the Jet.OLEDB.4.0 provider in the connection string. There are other users using the back end database file.
I am getting strange error messages though, like the database is corrupted or something when I just try and read from the database. I am closing and destroying the recordset objects after use in VB.
Is there another provider I should be using other than the Jet 4 OLEDB provider? Are there issues that anyone is aware of?
Your help appreciated.