I run vb6 + sp5 + mdac 2.7. When I try to connect application to Access 2000 it gives me an error message what the database is a wrong format. Is there still a problem with VB6 and Access 2000?
Instead of using a DAO use an ADODC. It is found under components.
Create a control on the form and in your property box go to custom.
Then at "Use connection string" click on build.
On the provider tab select Jet 4.0 click on next
Select your database name and click on test connection
click on ok
Back to Property page:
Select recordsource
At the Command type dropdown list select "2-adCmdTable"
Under table or stored procedure name select the table name.
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.