Click or drag to resize

AX_GetAceStmtHandle Function

X#
Returns the statement handle for the current workarea. This handle can be used to call the Advantage Client Engine directly. Only for use with the AXSQL RDDs.

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

Return Value

Type: IntPtr
Returns a 0 if there is a problem.
See Also