ResultSet.close() (Method)

Closes the ResultSet object when you have finished accessing its contents.

Availability:

JavaScript - 1.2
Netscape Enterprise Server - 3.0
JavaScript syntax:NESmyResultSet.close()

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

See also:Stproc.close()