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

Ref cursor ORACLE and CF

Status
Not open for further replies.

wer25

Programmer
Jan 16, 2001
10
0
0
RU
There is a package function ORACLE
create or replace package c1 as type refcursor is ref cursor;
type array is table of varchar2(30);
function f(f1 in number, f2 in varchar2) return refcursor;
end;
Problem in ref cursor
How it is possible to receive the data in ColdFusion?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top