wp_try_dml_or_break

one of the documented procedures in this installation of the ACS
Usage:
wp_try_dml_or_break   db   sql   { clobs "" }
What it does:
Calls wp_try_dml, returning if it fails.
Defined in: /web/philip/tcl/wp-defs.tcl

Source code:


    if { [wp_try_dml $db $sql $clobs] } {
	ad_script_abort
    }


philg@mit.edu