Help: How to invoke stored procedure for batch update
Posted: Mon 02 Jul 2007 22:43
I have a list of records to update or insert into db via stored procedure, and because the delay of network flow is a bit high, I want to invoke the stored procedure for batch update, how to implement this?
Thank you for your help.
Thank you for your help.