db_resultrows

one of the documented procedures in this installation of the ACS
Usage:
db_resultrows
What it does:
Returns the number of rows affected by the last DML command.
Defined in: /web/philip/packages/acs-core/10-database-procs.tcl

Source code:


    global ad_conn
    return [ns_ora resultrows $ad_conn(db,last_used)]


philg@mit.edu