NavigationUser loginWho's onlineThere are currently 1 user and 30 guests online.
Online users
Highest Users
Linux NewsClick the above for your daily dose of Linux news. Food for ThoughtWe are now making demands that will cost the nation something. You can't talk about solving the economic problem of the Negro without talking about billions of dollars. You can't talk about ending slums without first saying profit must be taken out of slums. You're really tampering and getting on dangerous ground because you are messing with folk then. You are messing with the captains of industry.... Now this means that we are treading in difficult waters, because it really means that we are saying that something is wrong ... with capitalism.... There must be a better distribution of wealth and maybe America must move toward a Democratic Socialism. Spam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
Howto Connect MySQL using C API under Linux / UNIXMySQL database does support C program API just like PHP or Perl API. The C API code is distributed with MySQL. It is included in the mysqlclient library and allows C programs to access a database. Many of the clients in the MySQL source distribution are written in C. If you are looking for examples that demonstrate how to use the C API, take a look at these clients. You can find these in the clients directory in the MySQL source distribution. This tutorial provides a sample MySQL C program and step by step compilation instructions to kick start MySQL programming via C API. |