View Single Post
  #1 (permalink)  
Old 08-15-06, 09:20
kiluyar kiluyar is offline
Registered User
 
Join Date: Aug 2006
Posts: 13
Question How to pass varray/table parameter to a stored procedure using OCI?

Hi, Everybody
I have written stored procedure which has a parameter of tabel and varray type. I'm using OCI to develop application. My question is:
How to pass a array of c/c++ to the stored procedure's parameters? Do you have such example?
Thanks very much!
Reply With Quote