recordset.close

Description

The close method procedure of the recordset object type is used to close an open recordset.

Example

For example, if you have a recordset object reference rs that refers to an open recordset then the following call:

   rs.close;

will close the recordset.

Portability

Operating Systems: All
Standard Pascal: No