Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    
    my $sth = $dbh->prepare($create) or die "Couldn't prepare statement: "
    + . $dbh->errstr;
    $sth->execute or die "Couldn't execute statement: " . $sth->errstr;;
    
  2. or download this
    mysql> desc dummy3
        -> ;
    ...
    | var3  | varchar(255) | YES  |     | NULL    |       |
    +-------+--------------+------+-----+---------+-------+
    3 rows in set (0.00 sec)