Help for this page

Select Code to Download


  1. or download this
    my $sth = $dbn->prepare("select number,id,start_dat,end_dat from SUBSC
    +RIBERSLIST");
    $sth->execute();
    ...
    
    $sth->finish();
    $dbn->disconnect;