RE: error in mysql using poolman

2001-11-02 Thread felix
d. Any idea? Thanks in advance - Original Message - From: TAKAHASHI, Tomohiro <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 02, 2001 3:43 PM Subject: Re: error in mysql using poolman > HI, > > I think MySQL does not suppor

Re: error in mysql using poolman

2001-11-02 Thread TAKAHASHI, Tomohiro
HI, I think MySQL does not support TransactionIsolationLevel NONE. And, setTransactionIsolation method of 'org.gjt.mm.mysql.Driver' will throw SQL Exception. Because, in that case, driver sends SQL statement 'SET SESSION TRANSACTION ISOLATION LEVEL ;' to MySQL. This SQL statement is wro

error in mysql using poolman

2001-11-02 Thread felix
First of all, sorry for this email if you are not the proper person, but I'm desperate with this problem I am testing PoolMan to provide database connection pooling on W98 running mysql with the mm.mysql JDBC drivers and JDK 1.3.1. When I execute my sample code the next error appears: "java.s