in reply to DBD::ODBC not support
my $sth = $dbh->prepare(' UPDATE kcrei_batch_job_history SET rows_added = ?, status = 'C', stop_datetime = getdate(), stop_tran_seq_nbr = ?, elapsed_time_hh = datediff(hh, convert(datetime,?), getdate +()), elapsed_time_mm = datediff(mi, convert(datetime,?), getdate +()), elapsed_time_ss = datediff(ss, convert(datetime,?), getdate +()) WHERE master_job_no = ? AND master_job_sub_no = ? '); $sth->execute( $_[1], $hdr_tran_seq_nbr, $loader_start_time, $loader_start_time, $loader_start_time, $master_job_no $_[0], );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: DBD::ODBC not support
by Bheema_Tyco (Novice) on May 12, 2010 at 07:13 UTC | |
by ikegami (Patriarch) on May 12, 2010 at 13:53 UTC | |
by mje (Curate) on May 12, 2010 at 15:11 UTC | |
by mje (Curate) on May 12, 2010 at 10:09 UTC |