[freetds] freetds odbc / unixodbc

Duncan Berriman duncan at dcl.co.uk
Fri May 25 12:40:39 EDT 2007


You need unixodbc or iodbc installed. I used iodbc can't remember why but
its simple to install.

For instance

tar -xvf libiodbc-3.52.4.tar
cd libiodbc-3.52.4
./configure --prefix=/usr
make
make install

cd ..
tar -zxvf freetds-stable.tgz
cd freetds-0.64
./configure --with-iodbc --prefix=/usr
make
make install

Similar for unixodbc

Duncan

> -----Original Message-----
> From: freetds-bounces at lists.ibiblio.org 
> [mailto:freetds-bounces at lists.ibiblio.org] On Behalf Of 
> Joanne Thompson
> Sent: 25 May 2007 17:30
> To: freetds at lists.ibiblio.org
> Subject: [freetds] freetds odbc / unixodbc
> 
> 
> I am pretty new to using freetds, so forgive my ignorance!  Is the
> freetds-odbc all I need to connect to MS Sql via unix/C or do I also
> need to have unixodbc installed?
> _______________________________________________
> FreeTDS mailing list
> FreeTDS at lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/freetds
> 
> -- 
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
> 





More information about the FreeTDS mailing list