Help for this page

Select Code to Download


  1. or download this
    $SQL = "INSERT INTO iCDRSbw (rec_num,src_file,src_host,init_status,cdr
    +_day,last_modified,city,state,cname,vname,            
                npa,nxx,ocn,lata,lata_name,pdd,zone_id,cdrs_seq,file_seq,g
    +c_id
    ...
    my $dbh = DBI->connect( $msdsn, $database_username, $database_password
    + )
      or die "ERROR";
    $dbh->do("use db_name") or log_die("$DBI::errstr");
    
  2. or download this
    unless (
            $sth->execute($rec_num, '$src_cdr_file', '$host','$init_status
    +',
    ...
            print "Error inserting: $DBI::errstr\n"
              if ($LOGERR);
        }
    
  3. or download this
    Error inserting: [Microsoft][ODBC SQL Server Driver]Invalid character 
    +value for cast specification (SQL-22018)(DBD: st_execute/SQLExecute e
    +rr=-1)
    
  4. or download this
    INSERT INTO iCDRSbw (rec_num,src_file,src_host,init_status,cdr_day,las
    +t_modified,city,state,cname,vname,            
                npa,nxx,ocn,lata,lata_name,pdd,zone_id,cdrs_seq,file_seq,g
    +c_id
    ) VALUES (1,'icdr.5_5_5B.0.1.200712170000.052964.0','127.0.0.1','Unpro
    +cessed','2007-12-17 00:00:47',
                '2007-12-17 00:00:47','NA','NA',' ',' ',
                999,999,' ',1,1,
                1,1,1,1,'AAAAC0dlvAgiIAABC7Przw.7591990');