cancel
Showing results for 
Search instead for 
Did you mean: 

VB6 application with Crystal report

Ankit-p
Discoverer
0 Kudos
144

I have VB6 application which display crystal report.

It is working in dev pc but not in Client PC

I am getting error " Error detected by database dll"

How to fix this issue

View Entire Topic
DonWilliams
Active Contributor
0 Kudos

First issue is VB 6 is no longer support by Microsoft and SAP CR products follow MS's end of life cycle.

Time to upgrade to CR for VS .NET which you can get from here:

https://help.sap.com/docs/SUPPORT_CONTENT/crystalreports/3354091173.html

There is 2 sample app's on that page as well to get you started.

That error typically indicates the DB Client is not configured or doesn't exist on the PC. Reports save the client dll name in the RPT file and looks for it when running the reports in an application.

Likely possibility is they may be using a current OS which is definitely not supported in old legacy applications.

Good luck