> # Cursor를 open한다.
> if ($sth->execute == 0) {
> #$sth->finish;
comment를 제거해주시기 바랍니다. :)
statement가 아직 살아있네요.
$sth->finish;
> $sth->execute;
> $dbh->disconnect;
> die "ERROR in execute!\n";
> }
>
> 에러 소스입니다..
> 에러가 나오는 라인은 $dbh->disconnect; 32라인입니다..
>
> DBI::db=HASH(0x8176b48)->disconnect invalidates 1 active statement han
> dle (eith......
> ERROR in execute!
tolkien입니다.
|