access 97 vs 2000

  • Thread starter Thread starter RB
  • Start date Start date
R

RB

I created a VB 6 program which interfaces an Access 97
database. Once I upgraded to Access 2000, my VB6 program
can't access the Access 2000 database. I get an
unrecognized file format error.
 
RB said:
I created a VB 6 program which interfaces an Access 97
database. Once I upgraded to Access 2000, my VB6 program
can't access the Access 2000 database. I get an
unrecognized file format error.

AFAIR you must use a new Jet Version (4.0) in VB6 to be able to access the
Access 2000 database format.

Please note that this is a VB.NET (dotnet) grop. Older versions are handled
at one of the microsoft.public.vb.* groups.
 
-----Original Message-----
I created a VB 6 program which interfaces an Access 97
database. Once I upgraded to Access 2000, my VB6 program
can't access the Access 2000 database. I get an
unrecognized file format error.
.

As mentioned, just change your reference to the lastest
version of Jet and recompile your application.

....joe
 
Back
Top