Subject | Re: [Firebird-Java] Multi-database transactions |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-09-14T14:56:12Z |
> Newbie question: is there any support for Multi-database transactionsYes, support of multidatabase transaction is available using XADataSource.
> and if so can you give me an example?
For production you need JTA-compatible distributed transaction coordinator.
If you wish to play with it, see TestXADataSource test case.
Roman