Обсуждение: JDBC 2.0

Поиск
Список
Период
Сортировка

JDBC 2.0

От
"David Hooker"
Дата:
From what I can tell, JDBC 2.0 isn't fully supported yet.  However, right now I'm interested in having my database connection participate in a JTA distributed transaction (a la XA).
 
Does the current driver support XA transactions (i.e. implement the XAResource or XADataSource interfaces)?
 
If so, are there any examples on using it?  I'm pretty new to JTA and XA, and I am NOT using J2EE or EJBs.
 
Thanks.
 
-dave-