Cursor.close() (Method)

To close the cursor.

Availability:

JavaScript - 1.1
Netscape Enterprise Server - 2.0
JavaScript syntax:NESmyCursor.close()

After a cursor has been closed, there can be no further access to it until it is reopened by creating a new instance from the cursor property belonging to the Connection or database objects.

All open cursors are automatically closed by NES at the end of the client request.