将数据从 ms access 同步到 sqlite 的免费工具
是否有任何工具可以将 ms-access 数据库表与 sqlite 表中的数据进行比较,如果发现更新则更新它,如果未找到则插入?
提前致谢
is there any tool that can compare data from ms-access database table with sqlite table and update it if finds it updated and insert if not found?
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有任何好的工具可以允许从一个数据库一键转换到另一个数据库,因此在 C# 中创建了一个实用程序。
There aren't any good tool that allows one click conversion from one db to antoher, so created a utility in c# for the same.