The warning indicates that you have a statement handle that you have not
fetched from until it indicated there are no more rows.

You might try assigning undef to the new statement's handle when you are
finished with it.
--
Mac :})
** I normally forward private database questions to the DBI mail lists. **
Give a hobbit a fish and he'll eat fish for a day.
Give a hobbit a ring and he'll eat fish for an age.
----- Original Message -----
From: "Hèctor Alòs i Font" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 31, 2001 04:06
Subject: Active statement error


> We have got the following error:
>
> DBI::db=HASH(0xfa5dc)->disconnect invalidates 1 active
> statement handle (either destroy statement handles or call
> finish on them before disconnecting) at ...
>
> We are quite amazed because we can not discover which
> statement handle can be active: we just added a select
> statement in the programme. (We are being programming with
> DBI and DBD::Oracle for a least a couple of years)
> Anyone has any idea, please?
>
> By the way, where can we find the DBI error messages with an
>
> explanation about them?
> Thanks in advance.
>
> Hèctor
>
>
>
>

Reply via email to