Manual page for unixODBC

Jan StanÄ›k <[email protected]> Tue, 22 Oct 2013 13:40:04 +0200
Newsgroups gmane.comp.db.unixodbc.devel
Organization Red Hat
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--------------080000070809080008050400
Content-Type: text/plain; charset=ISO-8859-2
Content-Transfer-Encoding: 7bit

Hello,
I have created manual page describing environmental variables used by
unixODBC - as far as I know, no such page exists.

I was unable to use the ticket system on sourceforge, so I'm sending the
page as an attachment.

Best regards,
Jan
-- 
Jan Stanek - Red Hat Associate Developer Engineer - Databases Team

--------------080000070809080008050400
Content-Type: application/x-troff-man;
 name="unixODBC.7"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="unixODBC.7"

.TH unixODBC 7 "Tue 22. Oct 2013" "version 2.3.2" "unixODBC manual pages"

.SH NAME
unixODBC \- An ODBC implementation for Unix

.SH DESCRIPTION
ODBC is an open specification for providing application developers with a
predictable API with which to access Data Sources. Data Sources include SQL
Servers and any Data Source with an ODBC Driver.

The unixODBC Project goals are to develop and promote unixODBC to be the
definitive standard for ODBC on non MS Windows platforms.

.SH ENVIRONMENT VARIABLES

.IP \fBODBCSYSINI
Overloads path to unixODBC configuration files. By default equals to '/etc'.

.IP \fBODBCINSTINI
Overloads the name of the drivers configuration file. It is relative to
\fBODBCSYSINI\fR and by default set to 'odbcinst.ini'.

.IP \fBODBCINSTUI
Overloads the library name for UI. The final name that is searched for is
evaluated as "lib$ODBCINSTUI". By default it is set to 'odbcinstQ4', so 
the resulting library name is 'libodbcinstQ4'.

.IP \fBODBCSEARCH
Overloads the configuration mode and determines where to look for configuration
files. Must be set to one of ODBC_SYSTEM_DSN, ODBC_USER_DSN or ODBC_BOTH_DSN 
(the last one is the default value).

.IP \fBODBCINI
Overloads the path to user configuration file. By default it is set 
to "~/.odbc.ini".

.SH SEE ALSO
.BR isql (1),
.BR odbcinst (1),
.BR odbc.ini (5),
.BR odbcinst.ini (5)

.SH AUTHORS

The authors of unixODBC are Peter Harvey <\[email protected]\fR> and
Nick Gorham <\[email protected]\fR>. For the full list of contributors see the
AUTHORS file.

.SH COPYRIGHT

unixODBC is licensed under the GNU Lesser General Public License. For details
about the license, see the COPYING file.

--------------080000070809080008050400
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
unixODBC-dev mailing list
[email protected]
http://mailman.unixodbc.org/mailman/listinfo/unixodbc-dev

--------------080000070809080008050400--