RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBQuery.StmtHandle Property

Identifies the statement handle for the query.

Pascal
property StmtHandle: TISC_STMT_HANDLE;
C++
__property TISC_STMT_HANDLE StmtHandle;

Retrieve StmtHandle if an application makes a direct call to the InterBase server, bypassing the methods of TIBQuery. Some API calls require a statement handle as a parameter. Under all other circumstances an application does not need to access this property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!