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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

pdssql.dll required, but I don't have it on my system??!!

Status
Not open for further replies.

jfrost10

Programmer
Jun 3, 2001
2,004
CA
Trying to connect to a sql server db, and I get the error from my logonserver code line that it can't find pdssql.dll, and I don't have it on my system, but I guess I need it to run the sql server driver! Where can I get it from?!

Thanks,

J
 
try this:
Report.Application.LogOnServer "p2ssql.dll", "server name", "database name", "user", "password"
 
you need to install the sql server client in order for p2ssql.dll to work. this is the native driver that Crystal reports provides. p2ssql.dll is dependent on libraries installed by the sql server client.
 
I believe that the p2* files are the 32-bit DLLs and the pd* files are the 16-bit DLLS, so you should always be using the p2* files. Brian J. Alves
Email: brian.alves@worldnet.att.net
VB / ASP / Crystal / SQLServer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top