Question Transfer data

mubarak200

New member
Joined
Mar 18, 2011
Messages
1
Programming Experience
Beginner
I've two access database, how can I transfer table's data of database into a like table of another database?

Thanks for all.
 
read my signature link DW3, section "creating a simple data app" - then youll know how to read and write access db in .net
then download the data from one db and upload it to other db. if table structure is different, you should manually copy data using a loop, when the data is in the local datatable inside your app
 
Back
Top