In ADO.NET there is no simple way to do batch statement in a db provider independent manner as in JBDC.
For now, I haven't think of a good solution to implement batch support in iBATIS.NET. Perhaps other people have some ideas ? If you use SQL Server you do that with a store procedure and an XML in parameter. -- Cheers, Gilles