Stproc.close() (Method)

Close a stored procedure object when it is no longer required.

Availability:

JavaScript - 1.2
Netscape Enterprise server - 3.0
JavaScript syntax:NESmyStproc.close()

Although closures generally get dealt with automatically for you when a request handler exits, it is good style to call the closure methods yourself when you no longer need the database connection.

See also:ResultSet.close()