|
AnyDAC
|
Disconnects the dataset from DBMS.
|
Parameters |
Description |
|
AAbortJob: Boolean = False |
If True, then current dataset task will be aborted. The code will wait, while task abortion will be finished. |
procedure Disconnect(AAbortJob: Boolean = False); override;
ADQuery1.Disconnect(True); // is equivalent to: // ADQuery1.AbortJob(True); // ADQuery1.Close; // ADQuery1.Unprepare;
|
What do you think about this topic? Send feedback!
|