SQL Server 和 Firebird 中两个相同数据库之间的同步
我在 SQL Server2005 和 Firebird 中有相同的数据库,我如何同步这两个数据库。 我的应用程序同时存在于窗口基础和网络基础中,窗口应用程序中的一些功能和网络应用程序中的一些其他功能。对于窗口应用程序,我们使用 firebird2.5.0,对于 Web 应用程序,我们使用 SQLServer2005。如果通过 Web 应用程序在 SQL 数据库中发生任何更改,则 firebird 数据库也必须发生相同的更改。就像这样,如果 firebird 数据库发生任何更改,那么 SQL 数据库也必须发生相同的更改。怎么可能。
I have same databases in SQL Server2005 and Firebird, how can i synchronize these two databases.
My application is there in both window base and web base, some features in window application and some other features in web application. for window application we are using firebird2.5.0 and for web application SQLServer2005. If any changes occur in SQL database through web application, same changes must happen firebird database also. like that if any changes in firebird database then same changes must happen in SQL database also. how its possible.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我认为 CopyTiger 可以帮助你
I think CopyTiger can help you
根据同步规则的复杂性,我可能会发现自己必须实现/编码。我确信有同步工具,但我也很确定工具很少能解决复杂的问题。
有很多方法可以做到这一点。我们需要了解您的结构和环境的更多详细信息。
Depending on the complexity of synchronization rules, I might find yourself having to implement/code that. I'm sure there are tools for sync, but I'm also pretty sure that tools seldom resolve complex issues.
There are tons of ways of doing this. We would need to know more details of your structure and environment.
我相信 Daffodil Replicator 支持 Firebird 和 MS SQL。
I believe that Daffodil Replicator supports both Firebird and MS SQL.