merge_form_with_query

EveAndersson.com : API Browser : merge_form_with_query

merge_form_with_query (public)

merge_form_with_query [ -bind bind ] form statement_name sql_qry
Defined in packages/acs-core/utilities-procs.tcl

Merges 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.
[ show source ]

Show another procedure:

eve@eveandersson.com