Category:C++
C++ users have at least three different choices to connect to a MySQL Server. C++ developer can choose between:
- MySQL Connector/C++
- MySQL Client Library (respectively MySQL Connector/C) - using C
- MySQL Connector/ODBC - using C
The recommended choice is using MySQL Connector/C++.
Articles in category "C++"
There are 2 articles in this category.