CS_CONNECTION

A CS_CONNECTION structure stores information about a particular client/server connection, including the user name and password for the connection, the packet size the connection will use, and whether the connection is synchronous or asynchronous.

As with a context, some connection information is stored in the form of properties. When a connection is created, it picks up some default property values from its parent context. Other properties (those that do not exist at the context level, such as CS_PACKETSIZE), default to standard Client-Library values.

Multiple connections to one or more servers can exist simultaneously within a single context.