From: Peter M. <P.m...@de...> - 2004-03-18 09:36:11
|
.> Is there a "quicker" way to insert many rows into a table via the .Net .> Provider? .Try using Prepared statements. I use datasets and the update command, so I let the Provider do the thinking :) I have had difficulties with large inserts (> 16000). Do you experience any? Peter |