New MySQL Generic Driver
Posted: 13.10.2006, 10:29
Hi All.
This driver use single driver as ideas of mdaems, use the right protocol when library loaded.
To use the new driver enable ENABLE_MYSQL_NEW_DRIVER in Zeos.inc
set protocol to `mysql` then specify the library to load in Connection properties.
Here we are:
Note:
- if Library is not specified then default libmysql.dll or libmysqlclient.so is used.
- ForceVersion used when the client library have no mysql_get_client_version function.
This driver was initially tested with D7.
I also added new language for INDONESIAN.
Regards
Tohenk.
This driver use single driver as ideas of mdaems, use the right protocol when library loaded.
To use the new driver enable ENABLE_MYSQL_NEW_DRIVER in Zeos.inc
set protocol to `mysql` then specify the library to load in Connection properties.
Here we are:
Code: Select all
...
Library=libmysql.dll
ForceVersion=500009
...
- if Library is not specified then default libmysql.dll or libmysqlclient.so is used.
- ForceVersion used when the client library have no mysql_get_client_version function.
This driver was initially tested with D7.
I also added new language for INDONESIAN.
Regards
Tohenk.