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.
我有两个数据库:
Country1.sqlite已满,Country2.sqlite为空。
我想使用 C# 在 Country2.sqlite 中复制 Country1.sqlite 的表。我能怎么做?
谢谢!