Implicit closures

DB-Access closes any open connections or databases when you connect to a new environment.

DB-Access closes any open connections or databases in the following situations:
  • When you connect to a new database environment without explicitly disconnecting from the current one, DB-Access performs an implicit disconnect and the database closes.
  • When you connect to a database@server and then close the database, the database server remains connected.
  • When you connect to a database server, open a database, and then close the database, the database server remains connected.
  • If you open a database and then try to connect to a database server, DB-Access performs an implicit disconnect and closes the database.

    Only one connection is allowed. You must disconnect from the database server associated with the open database or close the database before you can connect to another database server.

If DB-Access must close a database that still has outstanding transactions, it prompts you to commit or roll back those transactions.


Copyright© 2018 HCL Technologies Limited