Declaration
function ExecSQL(SQL: string): boolean;
function ExecSQLBatch(SQL: TStrings): boolean;
Description
Using the server's connection, execute any SQL statement on the server. For the ExecSQLBatch the SQL parameter may contain more than one sql statement separate by semicolons, i.e. a script.