J
James Autry
Ok, I have to enter up to 3,000 records (56 bytes each)into a table in one
shot. It takes forever doing the standard dataadapter/update. I changed to
a stored procedure to save each record, but the time saved was negligible.
Increased connection packet size, no improvement. The only thing left is to
a bulk transfer, but as I understand, this is not supported in ADO. How
would one do it using ExecuteNonQuery on multiple records for the same
table. Is there a better way?
Thanks,
James
shot. It takes forever doing the standard dataadapter/update. I changed to
a stored procedure to save each record, but the time saved was negligible.
Increased connection packet size, no improvement. The only thing left is to
a bulk transfer, but as I understand, this is not supported in ADO. How
would one do it using ExecuteNonQuery on multiple records for the same
table. Is there a better way?
Thanks,
James