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

Crystal report error

Status
Not open for further replies.

fazman

Programmer
Joined
Mar 22, 2001
Messages
6
Location
AU
I am trying to run reports from ASP using CR 8.0.

when I use the Setlogon method of providing the Database ServerName, Database Name, UserID and Password

Error detected by database DLL.
-2147192179

test connectivity returns true, but session("oRpt").Readrecords throws an error , I understand this is a common problem, please let me know the solution.


Does this connection works when we try to pass parameters to the CR from ASP pages ?


 
I got the exact same error a while ago using CR6 and VB6. After I researched the problem I found that the sqlsrv32.dll version for my SQL Server ODBC was an not compatible with CR6. This may be case for you. I hope I was able help.
 
Thax for you help, but I am not using ODBC connection I am connecting through sql native drivers.

Any ideas welcome.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top