Unique session mode connection instructions
Opening and closing a database for a unique session.
In unique-session mode, the DATABASE
instruction initiates a connection the
database server and creates the current session. The database connection is terminated with the
CLOSE DATABASE
instruction, or when another DATABASE
instruction
is executed, or when the program ends.