RE: Annoying DBD-mySQL error wont go away

2001-11-26 Thread Hill, David K
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

Re: Annoying DBD-mySQL error wont go away

2001-11-26 Thread sherzodR
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

Re: Annoying DBD-mySQL error wont go away

2001-11-26 Thread Colin Faber
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

Annoying DBD-mySQL error wont go away

2001-11-26 Thread Jaime Teng
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