Icon CloseDataSets Method

procedure CloseDataSets

Usage

Call the CloseDataSets method to close all active datasets without disconnecting from the database. Ordinarily, when an application calls the Close method, all datasets are closed, and the connection to the database is dropped. Calling CloseDataSets instead of Close ensures that an application can close all active datasets without having to reconnect to the database at a later time.
Image