Mysql with C++

B

Borhen BOUAZIZ

hello
someone could tell me how could I insert SQL statement in a C++ code ?
If you know online documents easy to read about this subject, it will be
very welcome(in english or in french)..
Thanks
 
N

Noah Roberts

Borhen said:
hello
someone could tell me how could I insert SQL statement in a C++ code ?
If you know online documents easy to read about this subject, it will be
very welcome(in english or in french)..
Thanks

Earch SQL server has its own programming API that is used to send
queries and recieve results. Look at the programmer's manual for your DBMS.

NR
 
C

Christof Krueger

Borhen said:
hello
someone could tell me how could I insert SQL statement in a C++ code ?
If you know online documents easy to read about this subject, it will be
very welcome(in english or in french)..
Thanks
Hi,

Here you'll find the MySQL C++ API documentation:
http://www.mysql.com/documentation/mysql++/index.html
It contains a tutorial by example that should introduce you to writing
c++ programs with MySQL support.

Happy coding!

Christof Krueger
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,156
Messages
2,570,878
Members
47,405
Latest member
DavidCex

Latest Threads

Top