Re: one single transaction , several databases' connections
- From: Roedy Green <see_website@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 31 Jul 2007 09:43:53 GMT
On Tue, 31 Jul 2007 07:29:05 -0000, "YeTsun@xxxxxxxxx"
<YeTsun@xxxxxxxxx> wrote, quoted or indirectly quoted someone who said
:
Can one single transaction contain connections to several different
database?
If you do it with separate connections to each database, each
connection knows nothing about the others. You need a tool that makes
several distributed databases look like one to your app.
This is the sort of thing you use EJB and JTA for. See
http://mindprod.com/jgloss/ejb.html
http://mindprod.com/jgloss/jta.html
You might see what comes up when you google on "JDBC connection
pooling".
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
.
- References:
- one single transaction , several databases' connections
- From: YeTsun@xxxxxxxxx
- one single transaction , several databases' connections
- Prev by Date: Re: one single transaction , several databases' connections
- Next by Date: Re: write / read cookies from applet
- Previous by thread: Re: one single transaction , several databases' connections
- Next by thread: apogoly for strangely formatted posts
- Index(es):
Relevant Pages
|