G
Guest
Hello,
I'm using VS.NET 2003 to create a data framework for my applications. An application can request data about a customer, edit it and save it back to the database (SQL 2000).
Some applications edit a lot of the data or create new rows (sometimes >100.000 rows). It takes the DataAdapter very long to save the changes. Is there a way to speed things up, maybe batch updates?
I'm using VS.NET 2003 to create a data framework for my applications. An application can request data about a customer, edit it and save it back to the database (SQL 2000).
Some applications edit a lot of the data or create new rows (sometimes >100.000 rows). It takes the DataAdapter very long to save the changes. Is there a way to speed things up, maybe batch updates?