[ Thanks to Frank for
this link. ]
“Like PostgreSQL, MySQL can be accessed from many different
languages, including C, C++, Java and Perl. Using the comprehensive
C interface of MySQL, Neil Matthew and Richard Stones show us how
to execute SQL statements in MySQL databases in the following
sections from Chapter 5 on MySQL from Professional Linux
Programming. They will look at both statements that return
data, such as INSERT, and those that don’t, such as UPDATE and
DELETE. They will then write a simple program that retrieves data
from the database.”