|
ExecSQL/ExecSQLBatch methods
|
Top Previous Next |
|
See Also Properties Methods Events Example Unit
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.
|