Re: SQL 2005
"Frediano Ziglio" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
2008/11/11 Federico Alves <[email protected]>: > How would exactly look like the freetds config line for SQl 2005 and 2008? I > am now using: > ./configure --prefix=/usr --with-tdsver=8.0 --enable-msdblib > --with-unixodbc=/usr > Federico > It looks ok, --enable-msdblib is useful only for dblib, --with-unixodbc with /usr should be not necessary if unixODBC development package is installed. From what I remember you use a RedHat distro so a "rpmbuild -ta freetds-XXXX.tar.gz" would be better. freddy77