How to insert multiple rows in single execution
567889Mar 20 2007 — edited Mar 20 2007hi,
i am working on .net 2.0 and using DAAB(data access application block) to communicate with oracle 10g.
Currently to insert multiple rows in a table, procedure is getting executed in a loop.can i avoid these many calls to database and insert multiple rows in a single call to database?
i tried with pl/sql associative array approach but it seems that it is not supported by DAAB.