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
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