in reply to Re: Class::DBI Oracle Dates
in thread Class::DBI Oracle Dates
Code in the calling class:-SDU::DBI_AJ->set_sql('InsertInfoAJ', 'INSERT into sdu_active_jobs(jobid,job_name,target_device,customer, + start_date,status) VALUES (?,?,?,?,SYSDATE,?)','Main');
This seems too complex - for just wanting to use sysdate.$create_job = SDU::DBI_AJ->sql_InsertInfoAJ; $rv = $create_job->execute($cr{jobid}, $cr{job_name}, $cr{target_device}, $cr{customer}, $cr{status});
|
|---|