Well, I don't know what your problem is, but if you are using EQEmu Admin, or mysql front, or any other program written to use the MYSql API, you don't need to use ODBC at all.
ODBC is a database abstraction layer. Developers can write their apps to talk to ODBC and if you install the ODBC driver for Oracle, DB2, MS SQL Server, MYSql, or whatever, then that app can talk to that Database.
FQAdmin and mysql-front are native MYSQL applications and don't need ODBC.
|