merge_form_with_query (public)merge_form_with_query [ -bind bind ] form statement_name sql_qry
Defined in packages/acs-core/utilities-procs.tclMerges a form with a query string.
- Switches:
-
-bind (optional) - A ns_set stuffed with bind variables for the sql_qry.
- Parameters:
-
form - the form to be stuffed.
statement_name - An identifier for the sql_qry to be executed.
sql_qry - The sql that must be executed.
|