Icon ExecuteScript Method

void __fastcall ExecuteScript(const System::UnicodeString SQL,
      Data::Db::TParams* Params = (Data::Db::TParams*)(0x0),
      TEDBScript* Script = (TEDBScript*)(0x0))

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