Help for this page

Select Code to Download


  1. or download this
    my $sthopen = $dbh->prepare("INSERT INTO.....
    $sthopen->execute;
    ...
    $resid->execute;
    &ErrorDBI;
    my @idrow = $resid->fetchrow_array;