AdsFindConnection25

Advantage Client Engine

Finds a connection handle associated with the full path name.

Syntax

UNSIGNED32

AdsFindConnection25 (UNSIGNED8 *pucFullPath,

ADSHANDLE *phConnect);

Parameters

pucFullPath (I)

Full path name.

phConnect (O)

Return the connection handle if connection found.

Remarks

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.

Example

Click Here

See Also

AdsConnect

AdsDisconnect

AdsFindConnection

AdsOpenTable