Aug 11, 2012 at 1:41pm
I would like to connect c++ and mysql any good libaries and tutorial?
Aug 11, 2012 at 7:47pm
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