Number of row fields inconsistent with NUM_OF_FIELDS, NUM_OF_FIELDS updated

Number of row fields inconsistent with NUM_OF_FIELDS, NUM_OF_FIELDS updated

am 29.08.2007 10:15:43 von wesseltroost

I'm currently moving a perl script from an old Red Hat to a new Debian
machine. The script connects to Microsoft SQL Server using FreeTDS. It
runs fine on the new machine, but gives these warnings:

DBD::Sybase::st fetchrow_hashref warning: Number of row fields
inconsistent with NUM_OF_FIELDS, NUM_OF_FIELDS updated

This message originates from the package libdbi-perl-1.53, file
DBI.xs, function dbih_get_fbav.
The new machine is running Debian 4.0, perl 5.8.8.

If you have seen this error before or have a clue what it means,
please share :)

Re: Number of row fields inconsistent with NUM_OF_FIELDS, NUM_OF_FIELDSupdated

am 29.08.2007 16:33:30 von michael.peppler

--=_alternative 004FF8B4C1257346_=
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"

YOu need to upgrade your DBD::Sybase package - version 1.08 handles this
correctly.

Michael




Extranet
wesseltroost@gmail.com - 29.08.2007 10:15


To: dbi-users
cc:
Subject: Number of row fields inconsistent with NUM_OF_FIELDS,
NUM_OF_FIELDS updated

I'm currently moving a perl script from an old Red Hat to a new Debian
machine. The script connects to Microsoft SQL Server using FreeTDS. It
runs fine on the new machine, but gives these warnings:

DBD::Sybase::st fetchrow_hashref warning: Number of row fields
inconsistent with NUM_OF_FIELDS, NUM_OF_FIELDS updated

This message originates from the package libdbi-perl-1.53, file
DBI.xs, function dbih_get_fbav.
The new machine is running Debian 4.0, perl 5.8.8.

If you have seen this error before or have a clue what it means,
please share :)
This message and any attachments (the "message") is intended solely for the addressees and is confidential.
If you receive this message in error, please delete it and immediately notify the sender. Any use not in accord with
its purpose, any dissemination or disclosure, either whole or partial, is prohibited except formal approval.
The internet can not guarantee the integrity of this message.
BNP PARIBAS (and its subsidiaries) shall (will) not therefore be liable for the message if modified.
Do not print this message unless it is necessary, consider the environment.
---------------------------------------------
Ce message et toutes les pieces jointes (ci-apres le "message") sont etablis a l'intention exclusive de ses destinataires et sont confidentiels. Si vous recevez ce
message par erreur, merci de le detruire et d'en avertir immediatement l'expediteur.
Toute utilisation de ce message non conforme a sa destination, toute diffusion ou toute publication, totale ou partielle, est interdite, sauf autorisation expresse.
L'internet ne permettant pas d'assurer l'integrite de ce message, BNP PARIBAS (et ses filiales) decline(nt) toute responsabilite au titre de ce message, dans l'hypothese ou il aurait ete modifie.
N'imprimez ce message que si necessaire, pensez a l'environnement.

--=_alternative 004FF8B4C1257346_=--

Re: Number of row fields inconsistent with NUM_OF_FIELDS, NUM_OF_FIELDS updated

am 30.08.2007 10:12:44 von wesseltroost

> YOu need to upgrade your DBD::Sybase package - version 1.08 handles this
> correctly.
>
We upgraded to the new package and the message has indeed disappeared.
Everything is still working correctly too.

We're surpised assumed Debian does not include the 1.08 version, as it
is dated 2007.

Many thanks for your reply,
Wessel