97 vis 2003 data access eror

L

lachim

hallo,
my application(wrote in vb5.0 using access 97 database)
doesnt work with xp and access 2002, when application
need to link to data error ocurrs " DATA ACCESS EROR"
what's the problem with .dll? or?
please help me
 
V

Van T. Dinh

This got nothing to do with Access, really.

Your VB5 application probably uses a JET 3.5 MDB file to store data and
therefore uses JET 3.5 database engine to manipulate the data. Access 97
justs happens to use the same JET 3.5 database engine. But this doesn't
mean that your VB application has anything to do with Access 97 (unless you
automate Access in your VB5 app).

Access XP uses JET 4 as the default database engine which certainly got
nothing to do with your VB5 app (unless you automate Access in your VB5
app).

You are more likely to get more appropriate responses for this problem if
the question is posted in one of the appropriate Visual Basic newsgroups.
 
Top