
How to use MS Jet to access data fr Access2000 db
Not sure what the problem is, but you can use this to check the
version of Jet that is being used once your objects are open:
Debug.Print DBEngine.Version
-- Andy
Quote:
>Hi everyone,
> I like to know how could I use VB6 MS Jet to access data in
>Access2000 database. I already tried with VB6sp2, include DAO3.6 in
>project reference, but still error "error 3343 - unrecognised format in
>c:\db1.mdb"
> BTW, i like to also whether my app previously in VB5 using MS Jet
>and DAO3.5 to access Aceess95 database still can be used to access data
>from Access2000 Db.
> How I know whether my VB in running Jet ver 4 ?
>Anyone have success in this.
>Thank You
>regards,
>Su