我可以使用 Microsoft Sync Framework 将本地 ms access (mdb) 数据库与 SQL Server 同步吗?
我看到这个问题的不同版本已经被问过几次,但似乎没有一个答案是明确的。
我正在寻找关于同步框架是否接受 Access 数据库文件作为数据提供者/客户端的答案,而无需低效且复杂的解决方法。
我尝试阅读 Microsoft 文档,但在某种程度上它变成了《爱丽丝梦游仙境》。
提前致谢。
I see variations of this question have been asked a couple of times, but none of the answers seemed to be definitive.
I'm looking for a yes/no as to whether the sync framework will accept Access database files as a data provider/client without inefficient and complicated workarounds.
I tried reading through the Microsoft documentation, but at a certain point it became Alice In Wonderland.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
AFAIK,不,不是开箱即用的。
您必须编写自己的自定义提供程序
AFAIK, No, not out of the box.
You would have to write your own Custom Provider