Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

DBD::ODBC not support

by Bheema_Tyco (Novice)
on May 12, 2010 at 04:51 UTC ( [id://839531]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     my $SQL = "UPDATE kcrei_batch_job_history SET
                                rows_added = $_[1],
                                status = 'C',
    ...
                            WHERE
                                master_job_no = $master_job_no AND
                                master_job_sub_no = $_[0]";
    
  2. or download this
     my @f = (localtime)[0..5];
         my $stop_time = sprintf "%d-%02d-%02d %02d:%02d:%02d", $f[5]+1900
    +, $f[4]+1, $f[3], $f[2], $f[1], $f[0];
        
    ...
                             WHERE
                                 master_job_no = $master_job_no AND
                                 master_job_sub_no = $_[0]";
    
  3. or download this
    ############################################
    #  Function: TimeDiff
    ############################################
    ...
        
        return($toTM - $fromTM);
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://839531]
Approved by planetscape
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (4)
As of 2024-04-24 05:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found