cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
mySql
mySql
Jan 31, 2011 at 10:31am UTC
aatwo
(81)
Hey guys.
Could anyone recommend a well documented and easy to use, cross-platform c++ library for accessing a mySql database? I have found mysql++ which I currently plan on using if there is no better alternative. Any opinions? :)
Jan 31, 2011 at 10:47am UTC
unregistered
(199)
why not use the c api?
Jan 31, 2011 at 9:30pm UTC
Disch
(13742)
I've used MySQL++ and touched on the 'official' SQL Connector C++.
I liked MySQL++ a lot more. It's my personal recommendation out of the two. Although I haven't tried any others =x
why not use the c api?
Because it's awkward if you're trying to write C++ code
Feb 1, 2011 at 11:20pm UTC
aatwo
(81)
brilliant. thanks for the reply :) mysql++ it is :D
Topic archived. No new replies allowed.