T
Tim Almond
I am currently looking into making a c# program run more efficiently.
The program currently uses some #ziplib classes to open a zip file and read
each of the records from it, write them to a file and then run a DTS package
against the file.
I'm sure that writing the unzipped file to disk is not a very efficient
thing to do, and that there must be a way of doing something like building a
set of class records and then committing the set to the database.
Anyone done this?
The program currently uses some #ziplib classes to open a zip file and read
each of the records from it, write them to a file and then run a DTS package
against the file.
I'm sure that writing the unzipped file to disk is not a very efficient
thing to do, and that there must be a way of doing something like building a
set of class records and then committing the set to the database.
Anyone done this?