Skip to Content.
Sympa Menu

freetds - Problem with ODBC in latest build

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Eric Deutsch" <edeutsch AT systemsbiology.org>
  • To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
  • Subject: Problem with ODBC in latest build
  • Date: Wed, 21 Aug 2002 11:43:13 -0700



Hi, I just pulled down the latest from CVS and built with:

./autogen.sh --with-tdsver=7.0 --with-unixodbc=/usr --with-ssl
make

Most everything seems to work as well or better than before, but ODBC
doesn't work anymore. If I 'make install' my build from CVS on
2002-07-08, I can run a few simple Perl DBD::ODBC queries just fine.
However, when I 'make install' the latest build and run the same
programs (on the same machine, RH 7.2 on x86, all else the same), I get:

[unixODBC]Statement option not implemented (SQL-08001)(DBD:
dbd_db_login/SQLSetConnectOption err=-1))

Query is simply:

SELECT @@SERVERNAME AS 'Servername',@@VERSION AS 'Version'

Any ideas?

Thanks,
Eric







Archive powered by MHonArc 2.6.24.

Top of Page