I\'m trying to User MySQL Connector/C++ with Qt, and had spent hours pulling my hairs on a problem. Here\'s a SIMPLE code to test out the connection:
int main(in
From the documentation of MySQL Connector: "One problem that can occur is when the tools you use to build your application are not compatible with the tools used to build the binary versions of MySQL Connector/C++. Ideally you need to build your application with the same tools that were used to build the MySQL Connector/C++ binaries."
And to repeat the question of akira: Why don't you use the QMYSQL drivers?