EAServer provides the following routines to manage cached connections:
JagCmGetCachebyName – Retrieve the handle for the data source with the specified name.
JagCmGetCachebyUser – Retrieve a data source handle for connections that use a specified set of values for server, user name, password, and connectivity library.
JagCmGetConnection – Retrieve a connection from a specified data source or from any data source that matches a specified set of values for server, user name, password, and connectivity library.
JagCmGetCtx – Obtain the connectivity-library-specific context reference that is used to allocate connections from a data source.
JagCmGetProxyConnection – Retrieve a cached connection, specifying an alternate login name to set-proxy to.
JagCmReleaseConnection – Place a connection back in the data source for reuse.