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

stored procedure problems

Status
Not open for further replies.

tsusnik

Technical User
Aug 23, 2001
43
0
0
SI
I'm reporting off a stored procedure for the first time and have a few problems although I read all the white papers, FAQs etc.

The sp has one 'in' parameter and one 'in out' (cursor). In the Record Selection Formula I wrote: {?sp_id}={?id}

The first problem is that the Stored Procedure Parameters option in the Database Menu is disabled all the time, so I can't even see what's in it.

Second, when I'm prompted for parameters, all three (even the cursor) are listed, then the result is empty. This is the SQL query (from Show SQL Query):

BEGIN USER.STORED_PROCEDURE(10, :CURSOR_NAME); END;

Thanks for any help.

Regards, Tomaz
 
I opened a new report and added the stored procedure and now I can't even add the parameters in record selection (they are not listed).
Any ideas?

Tomaz
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top