logo
Toggle navigation
Begin main navigation
About
Projects
Download
Documentation
Wiki
Forums
Log In
Go!
OpenACS – The Toolkit for Online Communities
:
Forums
:
OpenACS Development
:
FIX ME PLSQL problem
: One Message
Begin main content
Forum OpenACS Development: Response to FIX ME PLSQL problem
Search:
Back to OpenACS Development
2
:
Response to FIX ME PLSQL problem
(response to
1
)
Posted by
Dan Wickstrom
on
08/09/01 05:05 PM
It depends on how the cursor is used. If the cursor is used to loop through a bunch of rows, then you can change the cursor to a for loop. If it is just used to get a single value, then you can simply change it to a select into statement.
Back to OpenACS Development