Advantage Client Engine
Returns the statement handle associated with the cursor handle passed in.
UNSIGNED32 AdsGetSQLStatementHandle( ADSHANDLE hCursor,
ADSHANDLE *phStmt );
hCursor (I) |
Cursor handle to retrieve the statement handle from. |
phStmt (O) |
Handle of the statement that ownes hCursor. |
Use AdsGetSQLStatementHandle to get the statement handle a cursor was executed on.