-
I've created an application which works fine on my PC. Now I've installed my applications with crystal reports reports in the past with no problem what so ever, but all those databases were within Access 97.
This time I've used SQL 7 and when I install the application everything works fine expect the reports. I keep getting the message 'The library pdssql.dll' cannot be found. Now the weird thing is, its not even on my PC yet everything works okay.
Has anyone come across this problem and could help me solve it.
-
p2ssql.dll
pdssql.dll is the 16-bit version of this dll. Y're using the p2ssql.dll instead.
verify that this dll is present on the machines your setting up your app.
Also read the "runtime file requirements" =crd32.exe from cr7. in this file exactly stated which dll's you need
if your reports keep failing to execute build a package of the reports with crystalreports and test it on another machine.
when it works correct :look for differences between the dll's ( & ocx) listed in your vb package and crystalreportpackage.( also known as crystal-dll-hell)
or check out the forums at http://www.seagatesoftware.com
[Edited by Kersey on 09-07-2000 at 03:59 AM]