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!

Crystal Report and Openquery function in stored procedure

Status
Not open for further replies.

jazzting

Programmer
Feb 20, 2004
1
SG
Hi,
We are using Crystal Report 8 and MS SQL Server 2000. We are trying to report off a stored procedure that uses Openquery function to access another stored procedure that resides in another server (via linked server). This works fine when we connect via ODBC but when we try to connect via native SQL Server driver P2ssql.dll, we encountered error message - "General SQL Server error - Check message from server".

Wonder if this is a limitation in using native connection in Crystal Report? Does anyone encounter such problem before?

Thanks in advance.



 
I seem to recall having problems linking stored procedures with SL Server, and since that's a fairly old version of Crystal connecting to a newer version of SQL Server, it doesn't surprise me.

Looks like it's ODBC...

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top