To the Developer,
I'm learning Visual C++ and would like to experiment a little with connecting to a MySQL server directly (not using ODBC).
I found 3 APIs so far; the C one that comes with the MySQL server sources, and two C++ ones; MySQL++, and mysqlcpp.
I believe the FAQ says you are using the one that comes with the MySQL sources, but which one would you recommend for a newbie on the subject?
Thanks