Kostas Karadamoglou wrote:
Can I set the isolation level using JDBC?
Yes.
How can I do it?
Connection.setTransactionIsolation() See http://java.sun.com/j2se/1.4.2/docs/api/java/sql/Connection.html -- Øyvind Bakksjø Sun Microsystems, Database Technology Group Haakon VII gt. 7b, N-7485 Trondheim, Norway Tel: x43419 / +47 73842119, Fax: +47 73842101
