1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Purpose
=======
This directory contains sample code in order to
test an demonstrate certain features of the
GNADE project.
Contents
========
esql - Embedded SQL examples
mysql - Example for MySQL bindings
odbc - Example for ODBC usage
postgres - Example for Postgres bindings
sample_db - A sample data base used by all examples
oci - Oracle call interface bindings
adbc - Ada database connectivity
standalone - This is a standalone example which relies on the installed
GNADE. If you are developing applications with GNADE use
this example as a basis.
|