Click or drag to resize

AX_SetConnectionHandle Function

X#
Sets the connection handle for all successive table opens.

Namespace:  XSharp.RDD
Assembly:  XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax
 FUNCTION AX_SetConnectionHandle(
	ptrHandle AS IntPtr
) AS VOID
Request Example View Source

Parameters

ptrHandle
Type: IntPtr
Connection handle that was returned by AdsConnect60
See Also