Find more posts tagged with
Sort by:
1 - 2 of
21
Hi,
do you have a very good reason to connect via ODBC?
The JDBC-ODBC bridge has been deprecated for years. It is much less reliable and efficient than a direct JDBC connection.
You should connect to MySQL with the MySQL or the MariaDB JDBC driver.
Regards,
Balázs
do you have a very good reason to connect via ODBC?
The JDBC-ODBC bridge has been deprecated for years. It is much less reliable and efficient than a direct JDBC connection.
You should connect to MySQL with the MySQL or the MariaDB JDBC driver.
Regards,
Balázs
Hi,
I'm afraid ODBC is not supported, for reasons outlined above. You will have to use JDBC.
Regards,
Marco
I'm afraid ODBC is not supported, for reasons outlined above. You will have to use JDBC.
Regards,
Marco
do you have a very good reason to connect via ODBC?
The JDBC-ODBC bridge has been deprecated for years. It is much less reliable and efficient than a direct JDBC connection.
You should connect to MySQL with the MySQL or the MariaDB JDBC driver.
Regards,
Balázs