Icon ExecuteScript Method

procedure ExecuteScript(const SQL: String; Params: TParams=nil;
      Script: TEDBScript=nil)

Call the ExecuteScript method to execute an SQL script directly. The SQL script may also be parameterized.

Information You may pass in a TEDBScript component that has already been created for use with this method. However, in such a case you should be aware that several properties of the TEDBScript component will be overwritten by this method in order to execute the script.
Image