CacheGetConnectionInfo

  Previous topic Next topic  

CacheGetConnectionInfo ( nInfo, hConnection ) -> cInfoString

The function returns <cInfoString> corresponding <nInfo> for <hConnection>.
 
<nInfo> is one of the following constants defined in CachéRDD.ch:

DBCI_CONXN

hConnection

DBCI_IP

cServerIP == 127.0.0.1 10.0.40.111 www.vouch.info

DBCI_PORT

nPort

DBCI_DATABASE

cNameSpace

DBCI_SCHEMA

SQLUSER

DBCI_CONXNSTRING

cServerIP+'['+cPort+']:'+cNameSpace

DBCI_USEEXCLUSIVE

0

Please use the #define constants to access this information as the values may change in the future releases of CachéRDD.