Connecting mysql and c++

Aug 11, 2012 at 1:41pm
I would like to connect c++ and mysql any good libaries and tutorial?
Aug 11, 2012 at 6:54pm
Try using winsock.
Aug 11, 2012 at 7:47pm
closed account (10oTURfi)
http://dev.mysql.com/downloads/connector/cpp/#downloads

You should download source and compile yourself, else it wont work.

For examples/documentation:

http://dev.mysql.com/doc/refman/5.1/en/connector-cpp-examples-complete-example-2.html
Aug 12, 2012 at 2:24am
tnx Krofna thats what i need
Topic archived. No new replies allowed.