Your sample show that you are building this table in memory. Your problem could be creating a lot of garbage collections or swaping. If you can try writing batches of data to the database and clear out the data service table.
If you're using SQL Server 2000 I would have your data service call...
I haven't seen any design patterns that are specific to this problem.
However, ADO.Net classes are a great tool for this type of work. The hardest thing you would have to do is set up the structure for strongly typed DataSets. It's actually pretty easy, it just takes a little work.
Using the...
No you don't have to do anything with the table (Unless you like to write a lot of code).
MSDN says --
"When RejectChanges is called, any DataRow objects that are still in edit-mode cancel their edits. New rows are removed. Rows with the DataRowState set to Modified or Deleted return...
You can only move or copy one file at a time with this object.method. You could create an array of file name and loop through it passing the string to a FileInfo object.
The Common Dialog classes also have a FileNames property that allow the user to select a number of files.
File class is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.