GetAlterTableSQL method |
Applies to
TIB_Dataset
Declaration
Procedure GetAlterTableSQL(AStrings: TStrings );
Description
Use this method to place the DDL statement to alter a table based on the
current fields and constraints of the dataset into a given TStrings object.
This is useful for avoiding dependancies with foreign keys since they are not
included in the GetCreateTableSQL() method.