Copy table from one database to another in Windows Forms using C# and MS Access Oledb
问题 How to copy a table from one database to another , I'm developing a windows app using c# in .NET.The copying has to be done by the app. Extract data into an empty table in database 2 from a filled table in database1.I'm using access db , Oledbconnection. I found some answers for sql server though , but not really helping. 回答1: You can refer to the second DB in SQL and execute against a connection to the first mdb/accdb: Connection using System.Data.OleDb; <...> string ConnString = @"Provider