That means that : ... set db [ns_db gethandle] if { [catch { db_dml $db "SQL" } errmsg] } {forward page_error?}
ns_db releasehandle $db ....
it's ok?