Hi - I'm trying to access an Access 2000 db through VB 6.0. I keep getting the error "Unrecognized database format". Any ideas how to fix this? Thanks!
It is absolutely possible to implement VB6 with Access2000. There is no converting back required regardless of how the Access2000 db was made from 97 or 95. You can either use DAO 3.6 or ADO. Be sure to have the references checked in your Access database. If you don't have mdac 2.5 or 2.6 installed you can get it from MSN.
You can also check out the Microsoft Download area at microsoft.com and do a search for "MDAC".
MDAC essentially provides the ADO interface and components and more.
You may already have this on your machine and not even know it. There is also a program you can download from Microsoft that checks for the existence and status of your MDAC installation. That could be helpful to you as well.
ok, here's the thing. the ADO connection works great, but the problem is i'm doing this project for a prof. to teach a class and it has to be a DAO connection. is there just no way to get a DAO to work with access 2000?
In Access2000, open a module and then go to Tools-References from the Menubar.
For Access2000 DAO these should be your references:
Visual Basic for Applications
Microsoft Access 9.0 Object Library
OLE Automation
Microsoft DAO 3.6 Object Library
Microsoft Visual Basic for Applications Extensibility 5.3
If there are references to set in VB 6.0 then someone else will have to answer that part.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.