How can I determine the isolation levels supported by my DBMS?
Created Jan 30, 2002
Joe Sam Shirah Use DatabaseMetaData.supportsTransactionIsolationLevel(int level). See also: How does one manage concurrency issues with JDBC?
Created Jan 30, 2002