Page 1 of 1

Difference between dbExpress MySqlDrivers ...

Posted: Wed 18 Mar 2009 08:45
by tripunkt
Hi there,

I'd like to know where the differences are between the MySql-Drivers
'DevartMySQL' and 'DevartMySQLDirect' when it comes to speed and requirements.

Thanks!

Posted: Mon 23 Mar 2009 12:06
by Dimon
The DevartMySQL driver uses MySQL client library (libmysql.dll) for access to MySQL database. Unlike this the DevartMySQLDirect driver uses direct access to server data without using client library. Therefore performance is higher when you use the DevartMySQLDirect driver.