DDLNo201
Suppress/return error upon CREATE of a previously existing table.
Synopsis
[SQL] No201=n
Description
The value n may be 1 or 0:
-
If 1 (true) when an attempt is made to CREATE a previously existing table, Caché suppresses the SQLCODE -201 error.
-
If 0 (false) Caché returns the error.
Examples
DDLNo201=0
Range of Values
0 or 1. The default is 0.
Management Portal
On the page System Administration > Configuration > SQL and Object Settings > General SQL Settings, for the Allow DDL CREATE TABLE for Existing Table setting, choose Yes (true) or No (false).