Help for this page

Select Code to Download


  1. or download this
    use DBIx::Simple;
    use SQL::Abstract;
    
  2. or download this
    my $q = "INSERT INTO history (`Symbol`,`Company_Name`,`Last_Price`,...
    +...,`Mktcap`) VALUES (?,?,?,STR_TO_DATE(?,\'%m/%d/%Y'),TIME(?),?,?,?,
    +?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?
    +)";
    
  3. or download this
    DBD::mysql::st execute failed: Column count doesn't match value count 
    +at row 1 at rtd.pl line 62.
    
  4. or download this
    DBD::mysql::st execute failed: called with 29 bind variables when 43 a
    +re needed at rtd.pl line 65.
    
  5. or download this
    
    $sth = $dbh->prepare($q) or die $dbh->errstr;
    ...
        $sth->execute(@h);
      }
    }