Paul Yoon wrote:

> I am Tomcat 3.2 user and it is running on Windows 2000 Professional.
> I used MS Access and Tomcat crashed everytime.
> So I downloaded MySql (mm.mysql-2.0.1-bin.jar  for JDBC , MySQL3.23,
> MyODBC ) and still Tomcat is crashing.
> I think the problem would be memory leaking caused by JDBC-ODBC bridge
> I really appreciate your help.

If you've got the MySQL driver, and are talking to a MySQL database, why would
you still be using ODBC?  That is most likely where the problem is.

The MySQL driver you have selected is pure Java, so it won't have the potential
to crash the JVM like the ODBC driver (which is native code) can.

>
> Thank you in advance.
>
> Paul
>

Craig McClanahan



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to