Executing SQL statements in MySQL databases using C


Read With Formatting | Free Open Source Tutorials Account

Databases Tutorials
Thread: Executing SQL statements in MySQL databases using C


md_doc
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 (http://www.opensourcetutorials.com/tutorials/Databases/MySQL/mysql_databases_using_c/page1.html)

JennyDolve
Nice tutorial you have shared, very informative. Its really good to include as much languages on one gateway, pretty awesome.