简体   繁体   English

SQL Server和Firebird中两个相同数据库之间的同步

[英]Synchronization between two same databases in SQL Server and Firebird

I have same databases in SQL Server2005 and Firebird, how can i synchronize these two databases. 我在SQL Server2005和Firebird中有相同的数据库,如何同步这两个数据库。 My application is there in both window base and web base, some features in window application and some other features in web application. 我的应用程序在窗口库和Web库中都存在,窗口应用程序中的某些功能以及Web应用程序中的其他功能。 for window application we are using firebird2.5.0 and for web application SQLServer2005. 对于窗口应用程序,我们使用的是firebird2.5.0,对于Web应用程序,则使用的是SQLServer2005。 If any changes occur in SQL database through web application, same changes must happen firebird database also. 如果通过Web应用程序在SQL数据库中发生了任何更改,则Firebird数据库也必须进行相同的更改。 like that if any changes in firebird database then same changes must happen in SQL database also. 这样,如果firebird数据库中发生任何更改,则SQL数据库中也必须发生相同的更改。 how its possible. 怎么可能。

我认为CopyTiger可以为您提供帮助

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。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM