Re: closing dbh with active statement handles

2008-07-09 Thread Rob Dixon
gt; body help me pelase. > > > closing dbh with active statement handles at xxx.pl line 48, line 1. > > This is my perl code, > > #!/usr/bin/perl > use DBI; > use strict; > use warnings; > # > ## no buffered output, auto flush > $|=1; > > my ($dbh,$sth,$dbar

RE: closing dbh with active statement handles

2008-07-09 Thread Stewart Anderson
Is that due to the "use strict ;" pragma? Ta Stu -Original Message- From: Octavian Rasnita [mailto:[EMAIL PROTECTED] Sent: 09 July 2008 06:07 To: luke devon; Perl Subject: Re: closing dbh with active statement handles From: "luke devon" <[EMAIL PROTECTED]

Re: closing dbh with active statement handles

2008-07-08 Thread Octavian Rasnita
From: "luke devon" <[EMAIL PROTECTED]> Hi Friends, Here, I am trying to connect sqlite DB and access some data for matching values with STDIN.But when i try to debug the code it gives following message. I went through google , and couldn't find any solution yet. Can some body help me pelase.

closing dbh with active statement handles

2008-07-08 Thread luke devon
Hi Friends, Here, I am trying to connect sqlite DB and access some data for matching values with STDIN.But when i try to debug the code it gives following message. I went through google , and couldn't find any solution yet. Can some body help me pelase. closing dbh with active stat