Help (Newb) MYSQL--C++

Here it goes I am new to C++ so I need all the help with this anyone is willing to give. I want to write a basic C++ program that will connect to a remote MySQL database on a web server and update it. This is gonna be for a website I am building for a client. My client will receive an email from a prospective client and rather then having them log in to PHPmyadmin I want my client to have my program so that they can update the database without having me do it for them. Any ideas of tutorials, sample code or anything of help?
Last edited on
http://tangentsoft.net/mysql++/

MySQL++ is a C++ wrapper for MySQL’s C API. It is built around STL principles, to make dealing with the database as easy as dealing with an STL container. MySQL++ relieves the programmer of dealing with cumbersome C data structures, generation of repetitive SQL statements, and manual creation of C++ data structures to mirror the database schema
Topic archived. No new replies allowed.