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

result set from a stored procedure

Status
Not open for further replies.

vrudenko

Programmer
Feb 23, 2001
28
CA
Hello,

I am using a result set from a stored procedure, like this:

var c refcursor
execute proc_name:)c)
print c

That works called in Oracle SQL*Plus. But I have to call it via ODBC from 4D (4th Dimension).

Thanks in advance for any help

Vira
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top