RE: Annoying DBD-mySQL error wont go away

2001-11-26 Thread Hill, David K
I wonder if there's a date issue here. I am getting the same error with every one of my disconnect methods also!! Wow!! I wonder if there are other folk seeing this... -David -Original Message- From: Jaime Teng [mailto:[EMAIL PROTECTED]] Sent: Monday, November 26, 2001 5:48 PM To: [E

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