1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
-------------------------------------------------------------
If this procedure faiules please ensure that the
user gnade has been added by means of the PostgreSQL
command
createuser -a -d gnade
In order to be able to use the demo database with ODBC
you must install and setup ODBC to use the proper drivers
and driver settings.
For ODBC on Linux we recommend to use unixODBC version
1.8.13 or better (www.unixodbc.org).
You may use odbcinst.ini.sample and odbc.ini.sample in
this directory as a template for what you have to enter
in /etc/odbc.ini and /etc/odbcinst.ini
If your unixODBC package support ODBCConfig you may use
this program to setup your ODBC configuration graphically.
-------------------------------------------------------------
|