AX_GetAceStmtHandle Function | |
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
public static IntPtr AX_GetAceStmtHandle()
Request Example
View SourceReturn Value
Type:
IntPtr Returns a 0 if there is a problem.
See Also