If you would have a Distributed Transaction that handles two participating databases you could have a descriptor for one database something like [100, 1] and for the other database like [100, 2].
如果您有一个将处理两个参与数据库的分布式事务(Distributed Transaction),您就可以用诸如[100,1]的描述符表示一个数据库,用诸如[100,2]的描述符表示另一数据库。
RPC handles the integration of the two databases. A company using products such as DotProject and SugarCRM separately would not have access to such integration.
RPC整合了两个数据库,而单独使用DotProject和SugarCRM的公司则没法进行这样的整合。
Connection handles conn1 and conn2 will have different physical connections. This application may fail in one of the two following scenarios.
连接句柄conn1和conn2将有不同的物理连接。
应用推荐