PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Annoying DBD-mySQL error wont go away
Hi,
I have been pulling my hair due to this annoying error. x(
DBI::db=HASH(0x1d2998c)->disconnect invalidates 1 active statemen
To be more specific, everytime you use $dbh->prepare(...), after you're
done with'em, do $sth->finish(); That should solve the problem.
Good luck
--
sherzodR
On Mon, 26 Nov 2001, Colin Faber wrote:
>You've failed to close your prepare() statements with finish()
>
>See the perldoc on DBI agai
You've failed to close your prepare() statements with finish()
See the perldoc on DBI again.
Jaime Teng wrote:
>
> Hi,
>
> I have been pulling my hair due to this annoying error. x(
>
>
> DBI::db=HASH(0x1d2998c)->di
Hi,
I have been pulling my hair due to this annoying error. x(
DBI::db=HASH(0x1d2998c)->disconnect invalidates 1 active statement handle
(either destroy statement handles or call finish on them before
disconnecting)
a