+ 1

How to connect c++ with my sql for database?

Code as fast as possible

12th Jul 2017, 3:05 PM
Jitendra Shrestha
Jitendra Shrestha - avatar
1 ответ
+ 1
You could link mysql library to your project and use mysql api or use any other library for connecting. See here https://dev.mysql.com/doc/refman/5.7/en/connector-cpp-info.html
12th Jul 2017, 3:55 PM
shaldem
shaldem - avatar