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

Stored Procedures

Status
Not open for further replies.

petersjim

Programmer
Joined
Jan 6, 2004
Messages
1
Location
US
I have a Crystal report with the data source as a stored procedure (Sybase)
I changed the parameters for the stored procedure.

The report now returns an error (not supported)

I have tried to change the report to have the new paramaters, but it also gives me (not supported)

How can I fix this without re-writing the report?
 
You can delete the datasource and then add the stored procedure with the changed parameters. I have seen this problem several times and this is the only work around I have found.
 
Did you try Database->Verify Database?

You might also try Database->Set Location and point to the new SP if that fails.

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top