Disconnect databases for clients
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
By default, OpenEdge disconnects all connected databases at the end of a
session. To explicitly disconnect a database from an ABL client application, use the DISCONNECT statement. For more information about the DISCONNECT statement, see ABL Reference
and OpenEdge Programming Interfaces.
Note: When you have more than one database connected
and you disconnect the working database, OpenEdge automatically
switches to the next connected database on the list.