U
Uwe Kuhne
I've the following situation to solve.
A customer has an old software with a proprietary DB-system.
That means I can't use sql to query the database. But I need the data in an
other piece of software.
The only way to access the data is by exporting a whole table from the old
system and importing it in SQL Server of the new system.
Because this has to be done on a regular basis (several time per day),
performance is very important.
Therefore my idea was to store always two version of the exported file. The
last one and the actual one, execute a file compare and import just the
differences.
An additional problem might be the size of the files because the old system
contains the customer data and an export of the customer datas can be more
than 10 MB.
My question is, if there are any classes in .NET framework, which I can use
for this fast file compare or does someone know a piece of code to download
to do this compare.
Different, may be better suggestion to solve this problem, would also be
appreciated.
Many thanks for help
Uwe
A customer has an old software with a proprietary DB-system.
That means I can't use sql to query the database. But I need the data in an
other piece of software.
The only way to access the data is by exporting a whole table from the old
system and importing it in SQL Server of the new system.
Because this has to be done on a regular basis (several time per day),
performance is very important.
Therefore my idea was to store always two version of the exported file. The
last one and the actual one, execute a file compare and import just the
differences.
An additional problem might be the size of the files because the old system
contains the customer data and an export of the customer datas can be more
than 10 MB.
My question is, if there are any classes in .NET framework, which I can use
for this fast file compare or does someone know a piece of code to download
to do this compare.
Different, may be better suggestion to solve this problem, would also be
appreciated.
Many thanks for help
Uwe