$NO_DB_RECONNECT

Prevents the database connector from automatically reconnecting to the database after a connection has been lost.

$NO_DB_RECONNECT

When a database connector detects it has lost its connection to a database during a data manipulation action, it logs off from that database, and will automatically log on again for the next action on the database.

This is normally desirable behavior. However, if your system expects the user to close the application and explicitly reopen and log on again, you can use the $NO_DB_RECONNECT assignment to prevent an automatic reconnect.