What is the best way to communicate with a MySQL server?
c, c++, database, mysql, sql
Solution
MySQL++
Problem
I am going to be using C/C++, and would like to know the best way to talk to a MySQL server. Should I use the library that comes with the server installation? Are they any good libraries I should consider other than the official one?