GNADE User's Guide: GNADE, The GNat Ada Database Environment; Version 1.2.0; Document Revision $Revision: 1.26 $ | ||
---|---|---|
Prev | Chapter 6. Using the release with your database | Next |
All examples are located in the directories samples and contrib.
Makefile
This is the makefile which builds all examples
esql
Several examples demonstrating the features of the esql translator. Both examples are focused on cursor handling.
mysql
Example for the MySQL native bindings
This example creates it's own data base called "testdb" and issues a query. The query result is printed out.
odbc
An example how to use the ODBC interface directly.
A simple example that executes a query on the gnade test data base.
postgres
Example for the Postgres native bindings
A simple example that executes a query on the gnade test data base.