GNADE User's Guide: GNADE, The GNat Ada Database Environment; Version 1.4.2; Document Revision $Revision: 1.40 $ | ||
---|---|---|
Prev | Chapter 6. Using the release with your database | Next |
In order to allow the test programs to connect to the data base via odbc the following entry has to be added either to /etc/odbc.ini or .odbc.ini on Unix systems.
During the process of configuration, templates for the ODBC wise installation of the data base are prepared under ./samples/sample_db as shown below.
Example 6-1. /etc/odbc.ini entry for the test data base
[DEMO_DB] Description = Demo Database for GNADE Driver = PostgreSQL Database = gnade Servername = localhost Port = 5432 ReadOnly = No RowVersioning = No ShowSystemTables = No ShowOidColumn = No FakeOidIndex = No ConnSettings = Trace = Yes TraceFile = sql.log