Help for this page

Select Code to Download


  1. or download this
     
    my $hour_master_db = DBI->connect("DBI:mysql:database=$database;host=$
    +host;mysql_socket=/opt/lampstack-5.5.27-0/mysql/tmp/mysql.sock","root
    +","", {'RaiseError' => 1});
    my $hour_insert_sth = $hour_master_db->prepare("insert into esme_hourl
    +y_master values(?,?,?,?,?,?,?,?,?,now(),'MIS'");
    $hour_insert_sth->execute($hr,$date,$system_id,$total_sub_data{$statsd
    +ate}{$system_id},$totalacpt_data{$statsdate}{$system_id},$total_rej_d
    +ata{$statsdate}{$system_id},$del_data{$statsdate}{$system_id},$undel_
    +data{$statsdate}{$system_id},$exp_data{$statsdate}{$system_id}) or di
    +e $DBI::errstr;
    
  2. or download this
     DBD::mysql::st execute failed: You have an error in your SQL syntax; 
    +check the manual that corresponds to your MySQL server version for th
    +e right syntax to use near '' at line 1 at final.pl line 328.
    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 '' at line 1 at final.pl line 328.
    
  3. or download this
     
    
    +---------------+-------------+------+-----+---------+-------+
    ...
    | created_by    | varchar(20) | NO   |     |         |       |
    +---------------+-------------+------+-----+---------+-------+
    11 rows in set (0.00 sec)