Skip to Content.
Sympa Menu

freetds - number of rows affected with freetds

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Edmund Mergl" <E.Mergl AT bawue.de>
  • To: freetds
  • Subject: number of rows affected with freetds
  • Date: Sun, 16 Jul 2000 5:20:30


Hi,

it looks like freetds does not handle the number of rows affected
by the SQL-statement, eg:

DBD-Sybase + sybase-libs + sybase-11.9.2 on linux

successful insert ret = 1
insert with error ret = undef

successful update ret = 1
update with record not found ret = 0E0
update with error ret = undef

DBD-Sybase + freetds + sybase-11.9.2 on linux

successful insert ret = -1
insert with error ret = undef

successful update ret = -1
update with record not found ret = -1
update with error ret = undef


is this a general problem or can this be fixed ?


Edmund






Archive powered by MHonArc 2.6.24.

Top of Page