|
⇤ ← Revision 1 as of 2006-07-20 03:48:52
Size: 1035
Comment:
|
Size: 1044
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 14: | Line 14: |
| for Fedora Core 3 or 4 there are prebuild odbc on sam (Core 3) and fuzzy (Core 4) just mount them somewhere and do make install. Otherwise have a FUN ;-) |
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 ;-) |
Installing ODBC driver manager (top level driver)
install unixODBC driver for Linux platform (WIN32 already have it)
yum install unixODBC
tested configuration:
- unixODBC-2.2.9-1 for Fedora Core 3
- unixODBC-2.2.11-1 for Fedora Core 4
install ODBC driver for specific database
Linux/Postgres (do not use packages from yum, they are too old)
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
- Win32 connected to Linux/PostgreSQL server:
download driver and other stuff from http://pgfoundry.org/projects/pgw32cli/, then follow instructions
- Win32/MSSQL and */Oracle have drivers included in server or client packages
