in reply to Invoke and bind parameters to a PL/SQL Procedure
Also note that, in current versions of Perl, you don't need to prefix user-defined function calls with & except in rare cases.$sql = "BEGIN"."INTRA.WEB_LOG_DATA(?, ?, ?, ?, ?, ?);"."END;"; $sth = data_sources_tools::putData($dbd,$sql); $sth->execute($log_date, $add_recs, $update_recs, $delete_recs, $total +_recs, $log_file_path);
|
|---|