ODBC - odbcinst (odbc installer)

Card Puncher Data Processing

About

odbcinst (odbc installer) is the ODBC Installer and Uninstaller command line tool which can create/remove entries in odbc.ini and odbcinst.ini

It can still be done manually.

It updates system files, and increases/decreases usage counts but does not actually copy or remove any files.

This command line tool is a complement to the shared library of the same name (libodbcinst.so). This tool is a part of the odbcinst component of unixODBC.

Example: printing configuration

with odbcinst

$ odbcinst -j
unixODBC 2.3.2
DRIVERS............: /etc/odbcinst.ini
SYSTEM DATA SOURCES: /etc/odbc.ini
FILE DATA SOURCES..: /etc/ODBCDataSources
USER DATA SOURCES..: /u01/app/oracle/product/fmw/instances/instance1/bifoundation/OracleBIApplication/coreapplication/setup/odbc.ini
SQLULEN Size.......: 8
SQLLEN Size........: 8
SQLSETPOSIROW Size.: 8

where:





Discover More
Card Puncher Data Processing
ODBC - ODBC.ini

The odbc.ini file is a unixodbc configuration file that define data sources name (DSN). Every DSN to which your application connects must have an entry in this file. odbcinst (odbc installer)...
Card Puncher Data Processing
ODBC - unixODBC

unixodbc notes. See Make sure that /lib is in the beginning of the libray path environment variable: LD_LIBRARY_PATH for Linux/Solaris LIB_PATH for AIX DYLD_LIBRARY_PATH...
Card Puncher Data Processing
UnixODBC - Installation

How to install UnixODBC Installation Verification With rpm With yum: The install uses the standard GNU autoconf process Installation: as root: Verification odbc manager ...
Card Puncher Data Processing
UnixODBC - Version

Where and what version information do we have in unixODBC With odbc_config longodbcversion version odbc version gives also a version.
Card Puncher Data Processing
UnixODBC - odbc_config (UnixODBC environment)

This articles talks the utility odbc_config. It permits to retrieve scalar configuration information. For the configuration of DSN, see



Share this page:
Follow us:
Task Runner