Used to forbid multiple results usage by a command.
property DisableMultipleResults: boolean default False;
Use the DisableMultipleResults property to forbid using multiple results by a command.
Set this property to True to disable the multiple results usage. In this case, if you open a query with a big amount of data and you have to break the execution of this query (by calling TCustomMSDataSet.BreakExec or TDataSet.Close), the execution will be broken quickly. The default value is False.