AdsFindConnection

Advantage Client Engine

Finds a connection handle associated with the server name

Syntax

UNSIGNED32

AdsFindConnection (UNSIGNED8 *pucServerName,

ADSHANDLE *phConnect);

Parameters

pucServerName (I)

Server name.

phConnect (O)

Return the connection handle if connection found.

Remarks

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.

Example

Click Here

See Also

AdsConnect

AdsDisconnect

AdsOpenTable

AdsFindConnection25