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

Get records from Stored Procedure

Status
Not open for further replies.

Bracha

Programmer
Apr 17, 2006
10
US
Hi All,

Is there any way to select from stored procedure which returns ref cursor (instead of tables, views)?
In the sp I have my business logic, and I don’t want to copy it to each report…

Thanks!
 
You can use ref cursor query in the data model. There is special tool in the left hand side toolbar for this type of query.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top