PDA

Click to See Complete Forum and Search --> : Access 2000 mdb with VB6


Kewl_Q
Aug 14th, 1999, 10:39 PM
Does anyone know how to use a 2000 Access mdb with the data form wizard addin in VB6....I keep getting a unknown db format error when I try to access a 2000 mdb.... I know I can convert from 2000 mdb to a previous version of access and get it to work....But is there a way to use a 2000 mdb....?????

JHausmann
Aug 15th, 1999, 09:02 AM
Not sure where I heard it but I believe VB6 uses Jet 3.x where Office 2000 uses Jet 4.0. If true, the answer to your question is "not likely" (at this time), unless you want to try ODBC...

SAMS
Aug 15th, 1999, 09:30 AM
Actually you don't need to convert the mdb, as Jet 4.0 easily support this access2000 database. Another is by using JetODBC.

Kewl_Q
Aug 15th, 1999, 05:25 PM
Thanks guys...I didn't try the ODBC...I tried the access 1st when I went thru the wizard....

Kewl_Q