Connect to mysql using C ++

is it possible to connect to mysql database and invoke queries using C ++?
I found sample code from the internet, but they all use mysql! so you need to install mysql on your computer first.
I want to use a program from different places where I do not have mysql to access the remote mysql database.
is it possible?

+5
source share
4 answers

Warren Young created the C ++ Mysql ++ library call, on which you can find more information at: Mysql ++

You can also take a look at: libmysql

+3
source

mysql. mysql. // ..

+1

libmysql. , , ++- libmysql, . , , .

0

MySQL Connector ++ . Windows XP Vista. Visual Studio 2008.

, URL- , . , .

0

All Articles