Hello,
is it possible to convert a access 97 format database to access 2000 with VB6? If so, please point me into the right direction.
Thanks in advance
embargo
:confused:
Printable View
Hello,
is it possible to convert a access 97 format database to access 2000 with VB6? If so, please point me into the right direction.
Thanks in advance
embargo
:confused:
You dont
I think the new DAO 3.6 library allows you to use either an Access2K or Access97 database. And I, too, doubt if a conversion is possible through VB ...
.
Changing your connection string in VB to get the Access 2k (Jet.4 or Jet.3.5 can't remember which)
Then use Access 2k and convert the dbs to new files. Then connect to these new files...
Regards
Vince