MySQL + C++

Hi,

could someone tell me how to connect MySQL and C++? I wanna make a program that will write/modify/delete things in tables, I've searched on interned and I only found outdated tutorials/libraries, Thanks!

Best Regards, SEnergy!
Learn SQL. mySql is a dbase program. Structured Query Language(SQL) would help you understand one side of the structure. The other side is wondering if you understand C++ programming in the first place.

Last time I checked mySql had the c++ libraries for binding the two together, either by ODBC or organically.

Setting up mySql for that kind of stuff is following the docs of MySql. Usually you connect to mySql with a programming language then you execute SQL statements to data transactions, which are the way to manipulate the database.

Topic archived. No new replies allowed.