> -----Original Message----- > From: Jeffrey Seger [mailto:[EMAIL PROTECTED] > Sent: Friday, October 14, 2005 07:00 PM > To: [email protected] > Cc: [EMAIL PROTECTED] > Subject: Re: DBD-AnyData, Handle cleared whilst still active... > > I'm getting the exact same warning in a script that uses DBD::ODBC
My message about the bug was specific to DBD::AnyData and does *not* apply to DBD::ODBC or other DBDs. The most common reason for this error (in general, not specific to AnyData) is forgetting to use finish() on a statement handle that hasn't been fully fetched so I'd suggest looking there. -- Jeff
