Subject Re: [IBO] Two databases in same project
Author Helen Borrie
Stan,

Just another thought that occurred: You *are* using two TIBODatabase components...aren't you? And, if you want to have two-phase commit, you'll need to add a TIBOTransaction and set its ib_Connection and ib_Connection1 properties to IBODatabase1 and IBODatabase2 respectively. Then, when doing an operation across database boundaries, explicitly use this transaction, not the DefaultTransactions that are embedded in the database components...

H.