Subject | Re: Jdbc 2.0 Patches |
---|---|
Author | rrokytskyy |
Post date | 2002-05-21T09:28:55Z |
> But these are precisely my points. Our code has to work with otherSorry, but why cannot you use driver in old fashion? JCA stuff is
> free dbms (we use postgresql and mysql as well as firebird). While
> xa support is not available for them (nor available in several
> frameworks - turbine, melati, jrf for example) then we need
> different coding techniques to use xa when using firebird. That is
completely hidden from you when you instantiate driver using
DriverManager, isn't it? So, the only thing you need is JCA classes
in your classpath.
Roman