Advanced cConnection Class Usage
Underneath this simple interface are at least two levels of interfaces that can be used to handle custom conditions. For example, our tools (Studio, etc.) will use the cConnection object but will have to use a lower-level interface to handle its more dynamic application requirements. In the Studio, we need to know when to:
- Register connections
- Login to servers
- Open tables
- Close tables
- Logout of connections
- Remove connections
- Start over with a new set of connections
The interfaces exist to do all of this.
Related Topics
- Adding Connections
- Logging into Connections
- Login Credentials and Encryption
- Logging Out and Removing Connections
- Changing Connections
- Managing Connection Information
- Driver Management
- Error Handling in Managed Connections
- Recommendations and Requirements
- Extending the cConnection Class