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!

Store procedure error when using OLEDB

Status
Not open for further replies.

kevstar

Programmer
Joined
Nov 21, 2001
Messages
109
Location
GB
I am trying to make crystal Reports connect to SQL server using OLEBD.

I have converted the database driver from ODBC to OLEDB, crystal tells me that it cannot find the stored procedures in SQL. This is because it suffixes all of the stored procedure names with ";1".

I am told that Crystal does this by default. If I delete this suffix in the "Set Location" page sometimes it works but the majority of times I get an error being produced in CRW32.exe It causes a fault and shuts down crystal.

Why does this happen and how do I remove the suffix on the stored procedure names?

Any help would be appreciated

Thanks again

Kev
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top