The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
April 2001

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

JDBC and Distributed Transaction in Sqlserve

Posted by Sriram on May 07, 2001 at 3:03 AM

Advance thanks!

I find that oracle has given the packages namely

import oracle.jdbc.pool.*;
import oracle.jdbc.xa.OracleXid;
import oracle.jdbc.xa.OracleXAException;
import oracle.jdbc.xa.client.*;

for transaction Authority.(XA) I have implemented & working fine. But
fully depends on Oracle.xa. package.
I want to be independent of that..(ie I can't change DB from oracle to sqlserver now)

I wanted to know is there any packages available in Java
for implementing the Transaction Authority(XA) for Sql server and oracle both..Or is there any 3 rd party tool available?

Also i dont get any common type 4 driver meant for Oracle and Sqlserver that's OS independent.Is there any thing availble?

Regards
Sriram




Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us