Re: non-JDBC/ODBC interface to MySQL 4.1?



Frank said the following on 4/13/2006 10:22 AM:
Does anyone know if there is a free, high-quality, non-ODBC/JDBC
interface to connect to MySQL from Java?

JDBC/ODBC has too much of a performance hit in our environments, and so
I'm looking for something better.


Frank,

MySQL has a Type-IV JDBC driver:

http://dev.mysql.com/downloads/connector/j/3.1.html

-Mark
.



Relevant Pages

  • non-JDBC/ODBC interface to MySQL 4.1?
    ... interface to connect to MySQL from Java? ... JDBC/ODBC has too much of a performance hit in our environments, ...
    (comp.lang.java.databases)
  • Re: non-JDBC/ODBC interface to MySQL 4.1?
    ... JDBC/ODBC has too much of a performance hit in our environments, ... An alternative would be to spawn the MySQL client using something like ... probably involve much more overhead than just using the JDBC driver (process ...
    (comp.lang.java.databases)