[ojb-users] Multi-database questions?
Brought to you by:
thma
From: Weaver, S. <Sw...@ri...> - 2002-05-17 13:22:38
|
A couple of quick multi-db questions. I have 2 class descriptors (A and B), each using a different jdbc connection (different RDBMSes)... 1. Can I use a foreign-key relation from to A to B (or vice versa)? From what I have read this appears to be possible since (I think) ojb will use 2 independent JDBC calls, one to materialize A initially then another to materialize B within A. 2. Can A and B, being in different RDBMSes, participate in the same transaction? Thanks, Scott |