Define ODBC acronym

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6036 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2006-05-10 03:39:08 +00:00
parent 96ffdca09e
commit c013399c7d

View File

@ -34,15 +34,16 @@
<title>Introduction to unixODBC</title>
<para>The <application>unixODBC</application> package is an Open Source
ODBC sub-system and an ODBC SDK for Linux, Mac OSX, and UNIX. 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. <application>unixODBC</application>
contains the following components used to assist with the manipulation of
ODBC data sources: a driver manager, an installer library and command line
tool, command line tools to help install a driver and work with SQL,
drivers and driver setup libraries and a suite of graphical tools used to
administer ODBC, test drivers and browse data sources.</para>
ODBC (Open DataBase Connectivity) sub-system and an ODBC SDK for Linux, Mac
OSX, and UNIX. 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.
<application>unixODBC</application> contains the following components used
to assist with the manipulation of ODBC data sources: a driver manager, an
installer library and command line tool, command line tools to help install
a driver and work with SQL, drivers and driver setup libraries and a suite
of graphical tools used to administer ODBC, test drivers and browse data
sources.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">