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: "Brian Bruns" <camber AT ais.org>
  • To: freetds
  • Subject: Re: FreeTDS and DBD::Sybase
  • Date: Fri, 17 Sep 1999 13:5:23


Hi,

This will happen if you have not completely processed the select that was
issued prior to this one. Could you post that snippet of code (the
processing of the previous select) and some details about what it should be
returning.


Brian

On 09/17/99, ""Kevin Wormington" <kworm AT sofnet.com>" wrote:
> Hi all,
>
> I have just recently grabbed a CVS snapshot of 0.47 freetds and got it
> compiled and working with DBD::Sybase 0.20. I am attempting to use this
> with Radiator (a radius server in perl). It works for the most part, but I
> get an error from a select as follows:
>
> Fri Sep 17 09:45:30 1999: ERR: Execute failed for 'select ra.RadAttributeID,
> Dat
> a, Value, Type
> from RadConfigs rc, RadAttributes ra
> where ra.RadAttributeID = rc.RadAttributeID and rc.AccountID=3509': Server
> messa
> ge number=10000 severity=7 state=0 line=1 server=OpenClient text=Attempt to
> init
> iate a new SQL Server operation with results pending.
>
>
> FYI, this same code runs perfectly using dbd_freetds snapshot. I am
> attempting to use freetds library since it seems to be under more active
> development and dbd_freetds seems to have a slight memory leak over long
> periods of time (weeks).
>
> Any info appreciated...
>
> Kevin
> Sofnet, Inc.




Archive powered by MHonArc 2.6.24.

Top of Page