#http://www.unixodbc.org/doc/ some materials about unixodbc #http://www.easysoft.com/developer/interfaces/odbc/linux.html#unixodbc most worthy to read
#Chen peng MSN:peng.ch@hotmail.com 2006-4-28
# The unixODBC source distribution is a gzipped tar file on http://www.unixodbc.org # Uncompress it in the dir /usr/local and then untar the resultant file.
# You can list all installed ODBC drivers with: odbcinst -s -q /* SkyKonnect:/usr/local/unixODBC-2.2.11/ODBCConfig # odbcinst -s -q [myodbc3] */
# you can locate the odbcinst.ini file used to defined drivers as below If unixODBC is already installed : odbcinst -j /* SkyKonnect:/usr/local/unixODBC-2.2.11/ODBCConfig # odbcinst -j unixODBC 2.2.11 DRIVERS............: /usr/local/etc/odbcinst.ini SYSTEM DATA SOURCES: /usr/local/etc/odbc.ini USER DATA SOURCES..: /root/.odbc.ini */
/** Edit the SYSTEM or USER DSN ini file ( odbc.ini or .odbc.ini) and add a data source using the syntax: