Questions
23.5.12.1: What is MySQL Connector/C++?
23.5.12.2: Are any MySQL products using MySQL Connector/C++?
23.5.12.3: Does MySQL Connector/C++ implement the client/server protocol?
23.5.12.4: Which MySQL Server version(s) is MySQL Connector/C++ compatible with?
Questions and Answers
23.5.12.1: What is MySQL Connector/C++?
MySQL Connector/C++ is a MySQL database connector for C++. It allows you develop applications in C++ that connect to the MySQL Server. MySQL Connector/C++ is compatible with the JDBC 4.0 API.
23.5.12.2: Are any MySQL products using MySQL Connector/C++?
Yes, MySQL Workbench and MySQL Connector/OpenOffice.org.
23.5.12.3: Does MySQL Connector/C++ implement the client/server protocol?
No. MySQL Connector/C++ uses the MySQL Client Library for the client/server communication.
23.5.12.4: Which MySQL Server version(s) is MySQL Connector/C++ compatible with?
MySQL Connector/C++ fully supports MySQL Server version 5.1 and later.