Forum OpenACS Development: Response to FIX ME PLSQL problem

Collapse
Posted by Dan Wickstrom on
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.