Quote:
Originally posted by jejacks0n
To avoid the hassle for now (I can deal with learning these things a bit later), I'm wondering if anyone knows of a decent application that I can create a simple vb6 compatible .mdb database.
Any suggestions?
Thanks for the help guys. =).
In your current project environment goto "PROJECT" on your task bar. Click on "REFERENCES". Un select the DAO reference that you are using (Probably DAO 3.51). Then Select DAO 3.6. Click "OK". Go Back to references and move DAO 3.6 Up the priority scale as far as it will go (I don't know hwy this makes any difference, but it does in some of my APPs). You should be able to access any Access 2000 .mdb file that was created using Access 2000 or updated by Access 2000. I have not used ADO yet, and have heard both good and bad about it. Mostly good from people who are looking for large scalable connections, mostly bad from people who are using small local Access Databases.