I know that but it's SQL Server only. On Mon, Jun 30, 2008 at 11:15 PM, Ron Grabowski <[EMAIL PROTECTED]> wrote:
> Have you seen this? > > > https://rhino-tools.svn.sourceforge.net/svnroot/rhino-tools/trunk/rhino-commons/Rhino.Commons/ToPublic/SqlCommandSet.cs > > ----- Original Message ---- > From: Gilles Bayon <[EMAIL PROTECTED]> > To: user-cs@ibatis.apache.org > Sent: Monday, June 30, 2008 3:43:57 PM > Subject: Re: batch inserts > > 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 >