G
Guest
Hi
I want to process an ASP.Net datagrid and send all rows to the database in
one roundtrip, rather than do the process of new, save, new, save or edit,
save, edit save etc.
Does anyone know how I can pass an array or other structure of rows to an
Oracle stored procedure for inserting or updating, also in such a way that I
can process ewach row inidvidually within the stored procedure as I have
different actions to take depending on the values being updated
Thanks in advance
I want to process an ASP.Net datagrid and send all rows to the database in
one roundtrip, rather than do the process of new, save, new, save or edit,
save, edit save etc.
Does anyone know how I can pass an array or other structure of rows to an
Oracle stored procedure for inserting or updating, also in such a way that I
can process ewach row inidvidually within the stored procedure as I have
different actions to take depending on the values being updated
Thanks in advance