
02-06-2004, 01:12 PM
|
|
ubergeek
|
|
Join Date: Oct 2003
Posts: 266
|
|
Executing SQL statements in MySQL databases using C
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.
Read Executing SQL statements in MySQL databases using C tutorial here
__________________
md
|