unixodbc/DRVConfig
Hugh McMaster 8ad82fef4e Fix some spelling errors in drvcfg.c.
Last-Update: 2018-05-09
Forwarded: yes
Origin: commit:0087b7ca16fa89826d239d7c4bcd11b0f73ee8b8

Gbp-Pq: Name drvcfg-spelling.patch
2022-05-14 03:13:33 +08:00
..
Mimer Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
MiniSQL Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
MySQL Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
Oracle Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
PostgreSQL Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
drvcfg1 Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
drvcfg2 Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
esoob Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
nn Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
oplodbc Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
sapdb Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
tds Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
template Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
txt Fix some spelling errors in drvcfg.c. 2022-05-14 03:13:33 +08:00
Makefile.am Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
Makefile.in Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00
README Import Upstream version 2.3.6 2022-05-14 03:13:26 +08:00

README

***************************************************************
* This code is LGPL. You CAN make commercial solutions using  *
* LGPL software.                                              *
***************************************************************

+-------------------------------------------------------------+
| unixODBC                                                    |
| DRVConfig                                                   |
+-------------------------------------------------------------+

These are the setup libs for the various drivers. There are two
generic ones;

drvcfg1 - SQL servers (host, port etc)
drvcfg2 - file based (database dir)

These are typically installed into the same directory as the 
drivers (often /usr/local/lib) and are denoted by a simple
naming convention (*S.so).

The driver lib and setup lib are key to registering an ODBC
driver - a task which is done by a root user.

+-------------------------------------------------------------+
| Peter Harvey pharvey@codebydesign.com                       |
| http://www.unixodbc.org                                     |
+-------------------------------------------------------------+