- Do i need external libraries ?
- is there any minimalistic example ?
Do i need external libraries ? is there any minimalistic example ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The easiest way is to use the C API which is usually installed along with the MySQL Server. On Windows, for example, it’s in “C:\Program Files\MySQL\MySQL Server 5.0” (see “include” and “lib” directory).
The client API is called
mysqlclient, you can find the documentation here.But you can also use other libraries like the C++ wrapper on sourceforge. Or an ODBC abstraction like contained in cross-platform toolkits (e.g. wxDb in wxWidgets).