Skip to Content.
Sympa Menu

freetds - Re: [freetds] Freetds-0.64-6 gets crazy

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "James K. Lowden" <jklowden AT freetds.org>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] Freetds-0.64-6 gets crazy
  • Date: Wed, 31 Oct 2007 19:52:32 -0400

Adriano Duarte wrote:
> isql -v coad user password
> SQL> select SENHA from ura_instant where SENHA ='24772375'
> +---------+
> | SENHA |
> +---------+
> | 24772375|
> | 24772375|
> +---------+
> SQLRowCount returns 2
> 2 rows fetched
> SQL> select SENHA from ura_instant where SENHA ='24772375'
> +------------+
> | |
> +------------+
> +------------+
> SQLRowCount returns 0
> SQL> select SENHA from ura_instant where SENHA ='24772375'
> SQLRowCount returns -1

Bizarre.

The first thing to do is to make sure it's not isql. The second thing to
do is to make sure it's not the Driver Manager.

I suggest you install the latest snapshot and run apps/bsqlodbc. If you
get the same behavior, set TDSDUMP first and see what it says.

I have to believe it will work fine. Then your task will be to see which
component is causing the problem.

HTH.

--jkl




Archive powered by MHonArc 2.6.24.

Top of Page