PDA

View Full Version : What's the relationship libmysql.dll and qsqlmysql4.dll



lookeroo
18th April 2012, 15:52
Hi:
I have compile the mysql drivers and connect the mysql server sucessfully , with the help of "http://ieatbinary.com/2011/07/11/how-to-enable-mysql-support-in-qt-sdk-for-windows/" .

at the sixth step as this article show, I have to copy libmysql.dll from mysql installation directory to the c:\windows directory.

But I still have a issue that what's the function of libmysql.dll

:)

Lesiok
18th April 2012, 16:35
libmysql.dll is a real MySQL driver. qsqlmysql4.dll is only an intermediary between the application and libmysql.dll that provides the same level of abstraction for different sql databases.