Help for this page

Select Code to Download


  1. or download this
    PPM>install DBI
    PPM>install DBD-ODBC
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    
    # Disconnect from the database
    $dbh->disconnect();
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;