Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cannot find database DLL

Status
Not open for further replies.

dmwhite

Technical User
Mar 18, 2001
5
CA
Help!

I am calling a Crystal Report through the ActiveX control on an Access 97 form.

The report runs fine on the development machine (where the full version of Cystal is installed as well as VB 5).

On the client machine error 20532 occurs "Cannot Find Database DLL"

I have gone through the list of run-time files needed, run MDAC and gone through the Crystal Support Knowledge base.

Nothing seems to resolve the error.

Has anyone seen this? Any ideas where to look next?

Thanks...

DavidW.
 
Okay problem solved.

Not sure which of the three DLL's below was needed but adding all of them to the client side solved the problem.

These are not documented as required but they apparently are needed if you are going to refresh the data or requery the Access Database.

They are:
p2bbnd.dll
p2bdao.dll
p2smon.dll

Hope this helps anyone in the future with the same problem.

DavidW.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top