Difference between dbExpress MySqlDrivers ...

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for MySQL in Delphi and C++Builder
Post Reply
tripunkt
Posts: 13
Joined: Wed 06 Jun 2007 11:33

Difference between dbExpress MySqlDrivers ...

Post by tripunkt » Wed 18 Mar 2009 08:45

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!

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Mon 23 Mar 2009 12:06

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.

Post Reply