C++ Program communicating with MySQL Database

前端 未结 8 1616
醉梦人生
醉梦人生 2021-01-03 10:01

Does anyone know of a simple way for a C++ program to communicate directly with a MySQL database? I have looked at MySQL++ and found it to be very confusing. If anyone kno

8条回答
  •  爱一瞬间的悲伤
    2021-01-03 10:42

    MySQL Connector/C++ is a C++ implementation of JDBC 4.0

    The reference customers who use MySQL Connector/C++ are: - OpenOffice - MySQL Workbench

    Learn more: http://forums.mysql.com/read.php?167,221298

提交回复
热议问题