Updating mdb file from another mdb file
C#
3
Posts
2
Posters
0
Views
1
Watching
-
I have two Access mdb files with identical table structure...I need to insert records that do exist in the firtst from the second mdb file. What is the appropriate and the best way to do it? Working with dataset maybe? Thank you
Have you looked at DataTable.Merge ?
only two letters away from being an asset
-
Have you looked at DataTable.Merge ?
only two letters away from being an asset