Generates a CONNECT statement to initialize SQL. This option is disabled if it is used within an OO program.
Syntax:
INIT={PROT | S | X }
NOINIT
Parameters:
PROT
|
In the event that the application terminates abnormally, correctly closes down the database connection and rolls back all changes since the last COMMIT, avoiding potential database corruption.
|
S
|
Database to be used in shared mode
|
X
|
Database to be used in exclusive mode
|
Comments: