[Help]C++ & MySql?

Posts 16 of 6 · Page 1 of 1
[Help]C++ & MySql?
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!
idk, i guess the most up-to-date one. that's what i have.
First off, which SQL server are you using?
Quote Originally Posted by freedompeace View Post
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

MySQL C API programming tutorial

Not that hard.
Quote Originally Posted by Astral Witch View Post
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

MySQL C API programming tutorial

Not that hard.
oh, my bad. I forgot to read back :/
Posts 16 of 6 · Page 1 of 1

Post a Reply

Tags for this Thread

None

Need help?