Exclude the 'LOCK TABLE' clause of specified tables from dump process. Syntax: IgnoreLockTables : TStrings; Description: If there is a need to add "LOCK TABLE" clause not for each table, set property LockTables to True and specify tables for which there are no need to add this clause in IgnoreLockTables property. |