dp_processdp_process [ -set_id set_id ] [ -db_op db_op ] \
[ -form_index form_index ] [ -where_bind where_bind ] \
[ -where_clause where_clause ]
Defined in tcl/data-pipeline-defs.tclDoes database updates/inserts of all the fields passed from the previous form that start with dp$form_index.
- Switches:
-
-set_id (optional)
-db_op (defaults to "update_or_insert" )
-form_index (optional)
-where_bind (optional)
-where_clause (optional)
|