ExecSQL/ExecSQLBatch methods

Previous  Top  Next

See Also Properties Methods Events Example
Unit
MySQLServer

Applies to
TMySQLServer component

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.