Still just hangs after the last destory?  (Also, keep the dbi-users
mail list in the replies, the Sybase gurus are there.)

Tom

On Fri, Apr 06, 2001 at 01:03:52PM -0400, Jamie Orzechowski wrote:
> with tace 9 I get
> 
> DBI::db=HASH(0x80efd9c) trace level set to 9 in DBI 1.14-nothread
> -> disconnect for DBD::Sybase::db (DBI::db=HASH(0x80efdc0)~0x80efd9c)
> DBI::db=HASH(0x80efd9c)->disconnect invalidates 3 active statement handles
> (either destroy statement handles or call finish on them before
> disconnecting) at ./addplan line 107.
> syb_db_disconnect() -> ct_close()
> <- disconnect= 1 at ./addplan line 107.
> -> DESTROY for DBD::Sybase::db (DBI::db=HASH(0x80efd9c)~INNER)
> <- DESTROY= undef during global destruction.
> 
> any ideas??
> 
> ----- Original Message -----
> From: "Thomas A. Lowery" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, April 06, 2001 12:55 PM
> Subject: Re: Script Hangs when executing ...
> 
> 
> > What does trace say?  ($dbh->trace(1-9) just before the disconnect).
> >
> > Tom
> >
> > On Fri, Apr 06, 2001 at 12:25:51PM -0400, Jamie Orzechowski wrote:
> > > Hello ... I have a script which connected to a MS SQL database ... it
> hangs
> > > right at the end of the script ... if I check my database it DOES insert
> all
> > > the information correctly ... it just hangs and never exits ... any
> ideas??
> > >
> > ... snip
> > > $sth6 = $dbh->prepare($exec6);
> > > $sth6->execute || warn $sth6->errstr;
> >
> > $dbh->trace(3);
> >
> > > $dbh->disconnect || print "$DBI::errstr  $DBI::err\n";

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

Reply via email to