Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经开发了带有 OLEDB 连接的 c# 应用程序。
我已经在两个地方安装了该应用程序。
首先,我的客户已经为房产详细信息(房地产代理应用程序)输入了条目。此数据已存储在 propDetails 表中。
在另一个比赛中,他已经为购买者详细信息输入了条目。此数据已存储在 purchaserDetails 表中。
现在我想以编程方式合并两个文件中的表。
那么在 C# 中有什么方法可以将数据库合并到两个不同的文件中吗?