Hey guys, I'm trying to find out how to use the mysql connector for c++ to connect to my database! If someone could help that would be great!
Which SQL connector?
idk, i guess the most up-to-date one. that's what i have.
First off, which SQL server are you using?
Originally Posted by freedompeace
First off, which SQL server are you using?
He mentioned mysql so i'm guessing he's using mysql server.
Idk about the connector, but while installing the server or the essentials, if you look closely, one of the steps asks you if you want to install the include files and libraries, it's not set by default. Set it so it installs the files, include the directories in VC++, add mysql.h and you can go from there o_O
He mentioned mysql so i'm guessing he's using mysql server.
Idk about the connector, but while installing the server or the essentials, if you look closely, one of the steps asks you if you want to install the include files and libraries, it's not set by default. Set it so it installs the files, include the directories in VC++, add mysql.h and you can go from there o_O