EPUB | CHM | PDF

TMySQLBatchExecute.Properties

Top Previous Next

Please see TMySQLBatchExecute properties short descriptions below:

Aborted

Returns True if the script execution was aborted by AbortExecute method.

Database

Points to TMySQLDatabase component which sets DB to be connected.

SQL

Contains the text of the SQL script to be executed.

Delimiter

Sets the SQL statements delimiter.

Action

Sets actions when SQL script statements errors occur.

RowsAffected

Returns total number of records changed by executed SQL script.

StatementBeginLine, StatementEndLine, StatementBeginCharacter, StatementEndCharacter, StatementAbsoluteBeginCharacter, StatementAbsoluteEndCharacter

These properties contain information about position of current statement in the script to be executed.

StatementNumber

Returns current statement number during script execution.