
Because currently WebSphere does not support XA datasources with third party drivers you can use this sample with all of i-net software's MS SQL Server drivers (i.e., i-net UNA, i-net SPRINTA, i-net OPTA, and i-net MERLIA).



InitialContect ic = new InitialContext(); DataSource ds = ic.lookup("jdbc/tdsDS");