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: Brian Bruns <camber AT ais.org>
  • To: TDS Development Group <freetds AT franklin.metalab.unc.edu>
  • Subject: Re: Problem with ODBC in latest build
  • Date: Wed, 21 Aug 2002 16:48:59 -0400 (EDT)



The ODBC driver was "tightened up" and now returns a default of SQL_ERROR
with an unimplemented message (as you've seen). It kinda sucks in the
short term but will make the driver more robust in the long term. Care to
turn TDSDUMP on and grab the number of the option that is unimplemented?

Brian

On Wed, 21 Aug 2002, Eric Deutsch wrote:

>
> 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
>
>
>
>
> ---
> You are currently subscribed to freetds as: [camber AT ais.org]
> To unsubscribe, forward this message to $subst('Email.Unsub')
>
>





Archive powered by MHonArc 2.6.24.

Top of Page