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!

Populating a Reference Cursor 1

Status
Not open for further replies.

jrennatc

Programmer
Aug 12, 2004
37
0
0
US
Is it possible to populate a reference cursor with any other method than a select from a database table? I'm trying to build a table variable and put this data into a ref cursor to pass back to Crystal reports.
 
The only restriction is that variable must be "public" (declared in package spec) to let SQL engine accessing it. Use table(cast(... construct.

Regards, Dima
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top