Before you get too far into that, are you sure that the reason that using a 'for' is slow isn't that you're using a seperate transaction/commit for each insert?
/Gwyn On Tue, Jul 8, 2008 at 4:09 PM, Felipe Maza <[EMAIL PROTECTED]> wrote: > Hello, > > How can I insert an array of DTOs into a database with only a insertion. (i > need insert 300 DTOs and using a for is very slow). >
