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";

-- 
Thomas A. Lowery
See DBI/FAQ http://tlowery.hypermart.net

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

Reply via email to