Skip to content

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.

Previous Topic