PL/SQL question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ajoshi_9_7@yahoo.com

    PL/SQL question

    Hi,
    I have a stored procedure that returns a set of rows using a ref
    cursor. Now the user wants the ability to update (any field other than
    primary key) and send back the data and it should update the rows. I
    will probably have to switch to arrays. Any precautions I need to
    take? Does
    anyone have an example/suggestions for this? Thank you
Working...