Click to See Complete Forum and Search --> : Massive Update


DaddyGweedo
February 11th, 2003, 03:27 PM
I'm basically doing a flatfile to db loader.

My problem is that I am attempting to add about 12,000 records at one time.

I fill a Dataset, I add the 12,000 new rows and then I call the update function and my processor gets bogged down immediately.

Does anyone know how I can speed this up?

Thanks,
DG