RecordSet.Close
From Real Software Documentation
Method
RecordSet.Close ( )
Closes an open RecordSet.
Notes
If you quit the application without calling Close, Real Studio does an implicit Close.
Example
This example is the Close event handler of the App object in the Orders Example database in the Examples folder that ships with Real Studio.
// The application is being closed. We will now close our connection to
// the database.
OrdersDB.Close
// the database.
OrdersDB.Close
