File: README

package info (click to toggle)
gnade 1.6.2-8
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 8,220 kB
  • ctags: 847
  • sloc: ada: 40,154; sh: 4,124; sql: 3,590; makefile: 1,372; xml: 120; awk: 29
file content (18 lines) | stat: -rw-r--r-- 589 bytes parent folder | download | duplicates (4)
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.