Thanks for the quick reponse. I'll give it try.
On Mar 21, 9:04 am, "Ayende Rahien" <
aye...@ayende.com> wrote:
> Batching support is dependent on the driver that you are using.
> If it is possible to batch calls to DB2 from ADO.Net, it would be possible
> to do so with NH.
> Right now only SQL Server (and Oracle, IIRC) has support for it, but it is
> pretty easy to build (you need to inherit from AbstractBatcher and handle
> AddToBatch and ExecuteBatch()
>