Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi,

 

I have a question about calling a Oracle sp with several output parameters of Associated Array type. I got no problem to get them working as long as I defined the size of each parameter. However, since the size is supposed unknown in that stage. So exception will be thrown if my result set is bigger than the one I had defined. Is it possible to working with associated array without define the size (except the field width for varchar2)?

Thanks in advance.:D

 

p.s. Of course I could find other way to around it by using ref_cursor or get the size of result set first.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...