Skip to Content.
Sympa Menu

freetds - Re: FreeTDS and DBD::Sybase

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Kevin Wormington" <kworm AT sofnet.com>
  • To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
  • Subject: Re: FreeTDS and DBD::Sybase
  • Date: Mon, 20 Sep 1999 18:23:37 -0500


Thanks, the syb_flush_finish attribute solved my problem.

Kevin
-----Original Message-----
From: Michael Peppler <mpeppler AT peppler.org>
To: TDS Development Group <freetds AT franklin.oit.unc.edu>
Date: Monday, September 20, 1999 9:17 AM
Subject: [freetds] Re: FreeTDS and DBD::Sybase


>Brian Bruns writes:
> >
> > Ok, I was able to replicate the problem. It seems to be related to the
> > ct_cancel() function not being implemented. DBD::Sybase calls ct_cancel
> > inside $sth->finish. I'll see what I can do about it.
> >
> > In the meantime, a workaround would be to do something like
> >
> > while ($sth -> fetchrow) {}
> >
> > to allow it to cleanup the result set. I'll try to get a real fix for it
> > though.
>
>You can also check out the syb_flush_finish database handle attribute,
>which does the same thing internally (I implemented that to work
>around some cancel bugs on linux).
>
>Michael
>
{ -snip- }





Archive powered by MHonArc 2.6.24.

Top of Page