EPUB | CHM | PDF

TMySQLDirectQuery.Methods.Close

Top Previous Next

Closes the dataset.

Syntax:

procedure Close;

Description:

Call this method to close result set and to free resources. Active property is set to False.

note You can set Active property to False instead of calling this method.

See also: Active property, Open method