Help for this page

Select Code to Download


  1. or download this
    open(FH,"xyz.sql");
            $/ = EOF;
            $sql = <FH>;
            $sth = $dbh->prepare("$sql");
            $sth->execute();
    
  2. or download this
    DBD::mysql::st execute failed: You have an error in your SQL syntax; c
    +heck the manual that corresponds to your MySQL server version for the
    + right syntax to use near ';
    /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
    /*!40101 S' at line 7 at resultsDBsource.pl line 34, <FH> chunk 1.