Skip to Content.
Sympa Menu

freetds - RE: [freetds] Stange ODBC behaviour

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Lowden, James K" <LowdenJK AT bernstein.com>
  • To: "'freetds AT lists.ibiblio.org'" <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] Stange ODBC behaviour
  • Date: Thu, 13 Feb 2003 14:16:13 -0500

> From: Craig Davison [mailto:cd AT securityfocus.com]
> Sent: February 12, 2003 5:36 PM
>
> It seems that when I call a stored procedure that returns no data
> (correctly), the next query I make will incorrectly not
> return any data.
>
> I'm using unixODBC 2.2.2, FreeTDS 0.61 (on Redhat 8 x86), MS
> SQLServer
> 2000

In tsql, using current CVS code, it works fine:

1> select id from sysobjects where id <0
2> select id from sysobjects where name = 'syscolumns'
3> go
id
id
3

Perhaps there's an issue with the odbc library.

--jkl


The information contained in this transmission may contain privileged and
confidential information and is intended only for the use of the person(s)
named above. If you are not the intended recipient, or an employee or agent
responsible for delivering this message to the intended recipient, any
review, dissemination, distribution or duplication of this communication is
strictly prohibited. If you are not the intended recipient, please contact
the sender immediately by reply e-mail and destroy all copies of the
original message. Please note that we do not accept account orders and/or
instructions by e-mail, and therefore will not be responsible for carrying
out such orders and/or instructions.





Archive powered by MHonArc 2.6.24.

Top of Page