Advantage Client Engine
Finds a connection handle associated with the server name
UNSIGNED32 |
AdsFindConnection (UNSIGNED8 *pucServerName, ADSHANDLE *phConnect); |
pucServerName (I) |
Server name. |
phConnect (O) |
Return the connection handle if connection found. |
AdsFindConnection will find the connection handle related to a server. The connection handle can be used in calls to AdsOpenTable , AdsCreateTable , and the transaction functions such as AdsBeginTransaction.