Help for this page

Select Code to Download


  1. or download this
    use DBI;
    use strict;
    ...
    print "$affInfo Row Added\n";
    
    $dbh->disconnect();
    
  2. or download this
    my $dbh = DBI->connect('DBI:mysql:gailbord_teachcoll', 'gailbord_admin
    +', 'thotwp2') or die "Unable to connect: $DBI::errstr\n";
    
    ...
    
    my $sth = $dbh->prepare($sql);
    $sth->execute();