Re: Large Number Of Inserts



I have a VB6 ADO app that is inserting a large number of small records
into
SQL server 2000. Around 3900 inserts an insert fails saying that the
connection to the server failed. It does no matter if I do this within a
transaction or not. I get the same result.

I see no code.

How are the inserts actually done?
Connection Execute?
Command Execute?
or what?

Stephen Howe


.



Relevant Pages