TAstaClientDataSet.ExecSQL
Applies to
TAstaClientDataSet
Declaration
procedure ExecSQL;
Description
This is similar to the TQuery.ExecSQL for use with an SQL statement that does not return a result set. An exception will be raised if the ExecSQL was not successful. See ExecSQLWithParams and ExecSQLString if you do not want to change the SQL that you have used in your select statement.
To execute stored procedures that do not return result sets you can call ExecSQL.