Installing ODBC driver manager (top level driver)

install unixODBC driver manager for Linux platform (WIN32 already have ODBC driver manager)

yum install unixODBC

tested configuration:

install ODBC driver for specific database (low level driver)

There is a source rpm on sam:/u2/programs/databases_and_odbc/postgresql-odbc-08.01.0200-1.2.src.rpm for Fedora Core 3 or 4 there are prebuild odbc on sam (Core 3) and fuzzy (Core 4). Just mount them somewhere somehow and do make install. Otherwise have a FUN ;-)

on Fedora Core 3
cd sam:/u2/vlad/psodbc/psqlodbc-08.01.0200
make install
on Fedora Core 4
cd fuzzy:/home/postgres/psqlodbc-08.01.0200
make install

Check http://www.savelono.com/linux/how-to-configure-linux-odbc-connections-for-ms-sql.html for ms-sql connection with freetds

ODBCDriver (last edited 2013-09-18 06:09:33 by localhost)