File: README

package info (click to toggle)
unixodbc 2.3.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 6,888 kB
  • sloc: ansic: 87,605; makefile: 1,127; sh: 1,060; yacc: 974; sql: 1
file content (28 lines) | stat: -rw-r--r-- 1,182 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
***************************************************************
* 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                                     |
+-------------------------------------------------------------+