AnyDAC
ContentsIndexHome
PreviousUpNext
TADScriptOptions.DropNonexistObj Property

Controls the dropping of the nonexistent database objects.

Group
Links

Set DropNonexistObj to True to ignore the "table / view / what else not exists" error at the DROP or ALTER TABLE DROP CONSTRAINT SQL command execution. This is useful to avoid the checking for the dropping object existence. The default value is True. 

The property may be set from a script using SET DROPnonexistent ON|OFF command.

property DropNonexistObj: Boolean;
What do you think about this topic? Send feedback!