Help for this page

Select Code to Download


  1. or download this
    DBD::mysql::db do failed: Unknown column 'N' in 'field list' at otest.
    +pl line 52.
    
  2. or download this
    
    my $dbh=DBI->connect($dsn,$user,$pwd);
    ...
       print "my ins_rec is $ins_rec\n";
          my $sth=$dbh->do($ins_rec);
          }