Poolman/mySQL transaction exception on connect

From: Dominic Da Silva <ddasilva(at)directvinternet(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Poolman/mySQL transaction exception on connect
Date: 2001-12-09 20:29:24
Message-ID: 3C13C9A4.8080801@directvinternet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

I am trying to load my mySQL JDBC driver using poolman and
am getting the following error:

openConnection() - Exception occurred: SQLException occurred in
JDBCPool: java.sql.SQLException: Transaction Isolation Levels are not
supported.

I am using the max version of mySQL and created the tables I am trying
to access as InnoDB tables.
Any reason why the driver is throwing the exception?

Thanks.

-Dominic

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Christopher Kings-Lynne 2001-12-10 02:32:56 Re: [SQL] how to change the type
Previous Message Ian Barwick 2001-12-08 03:01:00 Re: plpgsql before insert update delete