I'm trying to add MySQL libs to VS2010, but i fail... I have c++ Connectors from MySQL web...
Can somebody help me to add libs to my project? ><
Can somebody help me to add libs to my project? ><
I need to c++ No c#...Quote:
[Only registered and activated users can see links. Click Here To Register...]
and here the download for the .net connector from mysql.com
[Only registered and activated users can see links. Click Here To Register...]
#include "mysql/include/mysql.h" #pragma comment(lib, "mysql/lib/libmysql.lib")
con = driver->connect("localhost", "root", "Pssw");