Discussion:
VB6: Error 525 "Data access error"
(too old to reply)
Alexvb6
2004-01-22 23:41:55 UTC
Permalink
Hi,

I have a program made in VISUAL BASIC 6, and using DAO 3.6, MDAC 2.8,
and JET4 SP7.

My program simply have a recordset, which I use to acsess my MS ACCESS
97 database.

The problem is that when i distribute my app on target computers, on
some computers, I got the following error message :

"Run-time error 525
Data access error"

On these target computers, I have JET 4 SP7, MDAC 2.8, and the
DAO360.DLL file exists too.

Does someone have an idea on WHAT this problem can be generated by ?

Thanks a lot ;-)
Keep programming, Alexvb6.
Zoury
2004-01-23 18:17:24 UTC
Permalink
Hi Alex! :O)
Post by Alexvb6
The problem is that when i distribute my app on target computers, on
some computers
Did you used the Package and Deployment Wizard, or any other utility that
allow you to create a Setup, to distribute the app?

if not, you should try so..
if so, try to look if the MSVBVM60.DLL version is the same on the client's
machines as yours..
--
Best Regards
Yanick Lefebvre - Visual Basic MVP

Please posts answers to the group so all can benefit
Continue reading on narkive:
Loading...