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!

passing a numeric array back from an Oracle function

Status
Not open for further replies.
Oct 16, 2002
4
0
0
US
I'm currently replacing Access code with Oracle back end procedures/functions. One of the functions as written in Access returns a numeric array - if I want to do the same thing in Oracle, is it possible - if so, what do I return from the Oracle function?

 
You may use collections:
varrays, pl/sql or nested tables.
 
I want to pass varriant datatype from ASP to VB then VB Component passing this varriant to Oracle8i Package.
(e.g)(The data like
('Product_Id','P_short_NM',
'P1_Value','P2_Value')

Can any one help me out for this issue.

Karthik Bala

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top