Help for this page

Select Code to Download


  1. or download this
    SDU::DBI_AJ->set_sql('InsertInfoAJ',
       'INSERT into sdu_active_jobs(jobid,job_name,target_device,customer,
    + start_date,status)
        VALUES (?,?,?,?,SYSDATE,?)','Main');
    
  2. or download this
    $create_job = SDU::DBI_AJ->sql_InsertInfoAJ;
    $rv = $create_job->execute($cr{jobid},
    ...
                         $cr{target_device},
                         $cr{customer},
                         $cr{status});