Connecting mysql and c++

I would like to connect c++ and mysql any good libaries and tutorial?
Try using winsock.
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
tnx Krofna thats what i need
Topic archived. No new replies allowed.