Advantage Client Engine
Finds a connection handle associated with the full path name.
UNSIGNED32 |
AdsFindConnection25 (UNSIGNED8 *pucFullPath, ADSHANDLE *phConnect); |
pucFullPath (I) |
Full path name. |
phConnect (O) |
Return the connection handle if connection found. |
AdsFindConnection25 is similar to AdsFindConnection. It will find the connection handle related to a server. The connection handle will be returned only if the path supplied is identical to a path used when creating a previous Advantage server connection. The connection handle can be used in calls to AdsOpenTable , AdsCreateTable , and the transaction functions such as AdsBeginTransaction.