-
Hello
Wonder if any of you have had problems connecting VB4.0 upto a access 2000 databse.
It doesnt work with me. I had two files:
biblio.mdb from 98
bokdatabase.mdb from 2000
the first works, the second i get an unrecognized databse format..
any ideas ??
-
Off the top of my head, it's probably cause Access2000 (I think) is 32 bit. VB 4 isn't. The older version of access won't read it at all. This is sorta guessing since I don't have access2000.
-
Hi, there.
Visual Basic 4 supports 32-bit development.
Set reference to "Microsoft DAO 3.6 Object Library" for DAO.
If you are using ADO, use the "Microsoft.Jet.OLEDB.4.0" provider.
Larisa