Skip to Content.
Sympa Menu

freetds - Re: Problem with ODBC in latest build

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Peter Harvey <pharvey AT codebydesign.com>
  • To: TDS Development Group <freetds AT franklin.metalab.unc.edu>
  • Subject: Re: Problem with ODBC in latest build
  • Date: Wed, 21 Aug 2002 13:40:00 -0700




[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?



Try turning on the ODBC Trace option to see what specific connect option is being requested/set. You may be able to edit SQLSetConnectOption such that it returns SQL_SUCCESS when the specific option is used.

Peter







Archive powered by MHonArc 2.6.24.

Top of Page