MAN page from Fedora 22 unixODBC-2.3.2-6.fc22.x86_64.rpm
unixODBC
Section: unixODBC manual pages (7)
Updated: Tue 22. Oct 2013
Index
NAME
unixODBC - An ODBC implementation for Unix
DESCRIPTION
ODBC is an open specification for providing application developers with apredictable API with which to access Data Sources. Data Sources include SQLServers and any Data Source with an ODBC Driver.
The unixODBC Project goals are to develop and promote unixODBC to be thedefinitive standard for ODBC on non MS Windows platforms.
ENVIRONMENT VARIABLES
- ODBCSYSINI
- Overloads path to unixODBC configuration files. By default equals to '/etc'.
- ODBCINSTINI
- Overloads the name of the drivers configuration file. It is relative toODBCSYSINI
and by default set to 'odbcinst.ini'.- ODBCINSTUI
- Overloads the library name for UI. The final name that is searched for isevaluated as "lib$ODBCINSTUI". By default it is set to 'odbcinstQ4', so the resulting library name is 'libodbcinstQ4'.
- ODBCSEARCH
- Overloads the configuration mode and determines where to look for configurationfiles. Must be set to one of ODBC_SYSTEM_DSN, ODBC_USER_DSN or ODBC_BOTH_DSN (the last one is the default value).
- ODBCINI
- Overloads the path to user configuration file. By default it is set to "~/.odbc.ini".
SEE ALSO
isql(1),
odbcinst(1),
odbc.ini(5),
odbcinst.ini(5)
AUTHORS
The authors of unixODBC are Peter Harvey <pharveyAATTcodebydesign.com> andNick Gorham <nickAATTeasysoft.com>. For the full list of contributors see theAUTHORS file.
COPYRIGHT
unixODBC is licensed under the GNU Lesser General Public License. For detailsabout the license, see the COPYING file.
Index
- NAME
- DESCRIPTION
- ENVIRONMENT VARIABLES
- SEE ALSO
- AUTHORS
- COPYRIGHT
This document was created byman2html,using the manual pages.