[Mono-list] Batch inserts with ADO.NET

Fredrik Hedberg fredrik.hedberg@hedbergs.com
Fri, 21 May 2004 16:00:46 +0200


Hi, 

What would be the best way do do batch inserts (like jdbc prepared
statement) with ADO.NET. Currently while doing larger data inserts (1M
and more) I'm experiencing some serious performance issues (related to
memleaks in native/managed wrapper?). How does other people solve this?

Fred