[freetds] Help needed to configure odbc.ini on Solaris server

James K. Lowden jklowden at freetds.org
Fri Sep 21 18:13:46 EDT 2007


Reddy Sathi wrote:
> I don't see libtdsodbc.so driver. Is there a new
> driver for this? Can some one help me to connect to
> SQL Server 2000 using suitable driver which is
> available through freetds? 

libtdsodbc.so is built only if the configure script detects the ODBC
header files provided by your ODBC Driver Manager.  If automatic dection
fails, use one of the options: 

$ ../configure --help | grep odbc
  --disable-odbc          do not attempt to build odbc the driver
  --with-iodbc=DIR        build odbc driver against iODBC in DIR
  --with-unixodbc=DIR     build odbc driver against unixODBC in DIR
  --with-odbc-nodm=DIR    build odbc without driver manager (headers in
DIR)

HTH.  

--jkl



More information about the FreeTDS mailing list