Executes SQL statements on the server.
procedure ExecProc;
Call the ExecProc method to execute a SQL statement on the server. If SQL statement is a query, ExecProc calls the Open method.
Internally ExecProc calls inherited TCustomDADataSet.Execute method and is only included for compatibility with BDE.