Can the dataset support SQL statements
Source position: db.pas line 1638
function IProviderSupport.PSIsSQLSupported: Boolean; |
Can SQL statements be executed or not
PSIsSQLSupported returns True if PSExecuteCommand can be used to execute SQL statements on the underlying database.
PSExecuteCommand |