From 44fde416d4c875c1726775ca61e3747883ab40f6 Mon Sep 17 00:00:00 2001 From: whydoubt Date: Fri, 24 Sep 2004 05:08:11 +0000 Subject: [PATCH] Document odbcinst.ini entry --- ChangeLog | 3 +++ doc/install.sgml | 25 +++++++++++++++++++------ 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6bd5c45..a32f4c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +Fri Sep 24 00:07:10 CDT 2004 Jeff Smith + * doc/install.sgml: Document odbcinst.ini entry + Thu Sep 23 00:04:05 CDT 2004 Jeff Smith * src/libmdb/money.c: * src/libmdb/data.c: diff --git a/doc/install.sgml b/doc/install.sgml index df043f6..dd3a8d5 100644 --- a/doc/install.sgml +++ b/doc/install.sgml @@ -2,8 +2,8 @@ ]> - $Date: 2004/03/13 15:07:19 $ - $Revision: 1.4 $ + $Date: 2004/09/24 05:08:12 $ + $Revision: 1.5 $ <productname>MDB Tools</productname> Installation Guide A Guide to Installing and Configuring MDB Tools @@ -34,9 +34,9 @@ This guide is intended to provide help with installing and configuring the A few technical notes. This guide is written in SGML DocBook format, specifications for which are found in the DocBook book. It was converted to HTML with OpenJade. The document you are reading is version -$Revision: 1.4 $ +$Revision: 1.5 $ , dated -$Date: 2004/03/13 15:07:19 $ (CVS control number $Id: install.sgml,v 1.4 2004/03/13 15:07:19 brianb Exp $). The most recent version can be found on the MDB Tools +$Date: 2004/09/24 05:08:12 $ (CVS control number $Id: install.sgml,v 1.5 2004/09/24 05:08:12 whydoubt Exp $). The most recent version can be found on the MDB Tools web site. @@ -353,14 +353,27 @@ The MDBPATH variable affects all utilities and any program calling mdb_open(). ODBC -In order to use ODBC you must place an entry in the odbc.ini file. +In order to use ODBC you must place an entry in the odbcinst.ini file. + + +<filename>odbcinst.ini</filename> file + +[MDBTools] +Description = MDBTools Driver +Driver = /usr/local/lib/libmdbodbc.so +Setup = /usr/local/lib/libmdbodbc.so +FileUsage = 1 + + + +You will also need an entry in odbc.ini for each DSN. <filename>odbc.ini</filename> file [Northwind] Description = Northwind Sample Database -Driver = /usr/local/lib/libmdbodbc.so +Driver = MDBTools Database = /data/mdbfiles/Northwind.mdb