ProjectPage MySQL C API Example Collection
This is a collection of example programs that show how to use the various MySQL C API functions. There is one fully functional source file per API function, the final aim is to have at least one example for every API function.
[edit] Getting Started
- unpack the tar archive
- tar -xvzf api-examples.tar.gz
- change to the project directory
- cd api-examples
- tell configure which mysql installation to use, e.g.
- configure --with-mysql=/usr/local/mysql
- compile
- make
[edit] Link
Source can be found here: http://api-examples.php-baustelle.de/trac/browser