The Contents of RWDBEnvironmentHandle
The XA-component of the Sybase Access Module returns an environment handle of type RWDBSybCTXAEnvironmentHandle. This handle derives from RWDBSybCTLibEnvironmnentHandle and redefines the behavior of the following methods:
*int maximumConnections() const
You should not retrieve the value of the CS_MAX_CONNECT property in XA connections. This method produces a notSupported error.
*RWDBStatus maximumConnections(int val)
You cannot set the CS_MAX_CONNECT property in XA connections. This function produces a notSupported error.
*bool exposeHiddenKeys() const
You should not retrieve the value of the CS_HIDDENKEYS property in XA connections. This method produces a notSupported error.
*RWDBStatus exposeHiddenKeys(bool val)
You should not set the CS_HIDDENKEYS property in XA connections. This method produces a notSupported error.