Skip to Content.
Sympa Menu

freetds - Re: Possible corruption

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Michael Peppler <mpeppler AT peppler.org>
  • To: TDS Development Group <freetds AT franklin.metalab.unc.edu>
  • Subject: Re: Possible corruption
  • Date: 30 Oct 2002 08:44:49 -0800

On Tue, 2002-10-29 at 17:13, Mike Eales wrote:
> On a patched Solaris 8 (SPARC) server, running:
> Perl 5.6.1 or 5.8.0
> DBI 1.30 or 1.28 or 1.21
> DBD-Sybase 0.95 or 0.94 communicating with a Sybase server.
> (All version demonstrate the same symptoms)
>
> Freetds 0.53 works fine with the above, 0.6 seems to have the following
> problem:
> If I do a select on a field (using $Sth->fetchrow_hashref()) and then use
> this information in another query, the query fails.
> The string seems to contain a non-printable character.

Run this with DBI->trace(3) or so. My guess is that the ct_bind()
handling is maybe broken.

Note that DBD::Sybase uses CS_FMT_UNUSED for *all* datatypes.

Michael
--
Michael Peppler / mpeppler AT peppler.org / http://www.mbay.net/~mpeppler
mpeppler AT zetatools.com / ZetaTools, Inc / http://www.zetatools.com
ZetaTools: Call perl functions as Sybase stored procedures!

Attachment: signature.asc
Description: This is a digitally signed message part




Archive powered by MHonArc 2.6.24.

Top of Page