M
Mika M
Hi!
I should retrieve DataTable of the source database and compare that with
the target database's DataTable. Only those lines in source database's
DataTable which has (new unknown) code that does not already exist in
target database's DataTable should add (ie. import) into target
database's DataTable.
Source database in MS Access, and target database is MS SQL Server.
Propably I have to create DataTables of the both database's tables
first, but how to continue? Of course I can compare lines between
datatables looping each line, but maybe DataTable objects has more
advanced features available to do this easy way.
I should retrieve DataTable of the source database and compare that with
the target database's DataTable. Only those lines in source database's
DataTable which has (new unknown) code that does not already exist in
target database's DataTable should add (ie. import) into target
database's DataTable.
Source database in MS Access, and target database is MS SQL Server.
Propably I have to create DataTables of the both database's tables
first, but how to continue? Of course I can compare lines between
datatables looping each line, but maybe DataTable objects has more
advanced features available to do this easy way.