On 2003.08.26, Scott Laplante <[EMAIL PROTECTED]> wrote: > I'm unsure at this point whether the original limitation was due to the > oracle driver or AOLServer, but any information you guys have will be > extremely helpful.
I'd be willing to bet it's the Oracle driver. What you want is the ability to specify an OUT REFCURSOR parameter as one of the args on a stored proc, and then fetch out of that REFCURSOR. While this kind of activity isn't really supported in the ns_db API, it's not unreasonable to implement the functionality in an ns_ora API that the nsoracle driver would provide. Provided some motivation, I might crank up my Oracle instance and bang something together, but most likely someone else should beat me to it. -- Dossy -- Dossy Shiobara mail: [EMAIL PROTECTED] Panoptic Computer Network web: http://www.panoptic.com/ "He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on." (p. 70) -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
