The close method procedure of the recordset object type is used to close an open recordset.
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.
Operating Systems: All
Standard Pascal: No