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. Any SQL script executed using this method is automatically executed from the context of the system-created Configuration database. This makes this method ideal for working with the Configuration database.

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