----- Original Message -----
From: "Funda Cetintas" <fun...@datassist.com.tr>
To: <ja...@lists.mysql.com>
Sent: Wednesday, November 13, 2002 8:20 AM
Subject: about RESIN JDBC Driver
Hi,
I have seen 2 JDBC driver for MYSQL, first one is mm JDBC driver and the
other is Resin JDBC driver.
Does mmdriver support Resin or is there any restriction about usage ?
I'm not sure I fully understand your question, but I will attempt to answer
anyway. Are you asking whether or not you can use 'mm' with the Resin JSP
engine? If so, read on...
'mm' is now MySQL Connector/J, and is an open-source product offered by
MySQL AB:
http://www.mysql.com/products/connector-j/
You can use MySQL Connector/J with Resin, without problems. MySQL
Connector/J 3.0.x (currently the 'BETA' series of the driver) is as fast or
faster than Resin's JDBC driver, but is much more fully featured, and
supported by many more third-party tools than Resin's MySQL driver.
-Mark