Closes the dataset.
Syntax:
procedure Close();
Description:
Call this method to close result set and to free resources. Active property is set to False.
You can set Active property to false instead of calling this method.
See also: Active property, Open() method