On Tue, Aug 26, 2003 at 03:04:51PM -0700, Scott Laplante wrote: > > A year ago or more, we determined that we were unable to use SPs due to the > limitation of not being able to return a cursor and step through it. > > Has anyone found a workaround for this? The obvious/desired solution would > be to make a SP call and receive back a list of ns_sets, each of which > represented a returned row. > > 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.
OpenACS and its database API (which builds upon AOLserver's API) has code to do that, including returning a list of ns_sets. http://openacs.org/api-doc/proc-view?proc=db%5flist%5fof%5fns%5fsets -Roberto -- +----| Roberto Mello - http://www.brasileiro.net/ |------+ + Computer Science Graduate Student, Utah State University + + USU Free Software & GNU/Linux Club - http://fslc.usu.edu/ + Go see if I'm in /dev/null, will ya? -- 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.
