??: RE: [freetds] I can not use freeTDS for Oracle HS

ZIGLIO, Frediano, VF-IT Frediano.Ziglio at vodafone.com
Fri Jun 17 02:47:15 EDT 2005


> > 
> > You must use a DM to make HS happy.
> > 
> Sorry, I don't know what's the ODBC Driver Manager,
> could you tell me what's it, how to configure it  if I
> use unixODBC.
> 

unixODBC is, in this case, the DM. Simply instead of loading
libtdsodbc.so (that is the ODBC driver) driver configure unixODBC to use
FreeTDS driver and use DM library (usually /usr/lib/libodbc.so).

To configure unixODBC you have to chanve your odbc.ini. For instance put
in ~/.odbc.ini

[dsnname]
Driver          = /usr/lib/libtdsodbc.so
Server          = servername
DataBase        = dbname
Port            = 1433
TDS_Version     = 8.0

(replacing dsnname, dbname and servername with server name to use in
Oracle HS, sql database name and real server name and changing
port/tds_version if required)

freddy77


More information about the FreeTDS mailing list