Help for this page

Select Code to Download


  1. or download this
    my $sqlStatement = "SELECT * FROM databaseName ORDER BY ID";
    
    ...
    
    # Say goodbye to the database
    $dbh->Close();