Newbie: Statement handle inactive after successful execute of SELECT

2003-11-04 Thread Alan M. Carroll
I'm working with a problem in Movable Type (a PERL web application) where certain operations fail. One place where it fails is in some code to create an iterator which walks a set of rows in a MySQL 3.23.58 DB using DBI 1.21. The code looks like this: my $sth = $dbh->prepare($sql) or return su

Re: Newbie: Statement handle inactive after successful execute of SELECT

2003-11-04 Thread Michael A Chase
On Tue, 4 Nov 2003 14:24:35 -0600 "Alan M. Carroll" <[EMAIL PROTECTED]> wrote: > I'm working with a problem in Movable Type (a PERL web application) > where certain operations fail. One place where it fails is in some > code to create an iterator which walks a set of rows in a MySQL 3.23.58 > DB

Re: Newbie: Statement handle inactive after successful execute of SELECT

2003-11-05 Thread Alan M. Carroll
"Michael A Chase" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Tue, 4 Nov 2003 14:24:35 -0600 "Alan M. Carroll" > <[EMAIL PROTECTED]> wrote: > > > I'm working with a problem in Movable Type (a PERL web application) > > where certain operations fail. One place where it fails is

Re: Newbie: Statement handle inactive after successful execute of SELECT

2003-11-05 Thread Alan M. Carroll
"Michael A Chase" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Tue, 4 Nov 2003 14:24:35 -0600 "Alan M. Carroll" > <[EMAIL PROTECTED]> wrote: > > > I'm working with a problem in Movable Type (a PERL web application) > > where certain operations fail. One place where it fails is