RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStoredProc.Handle Property

Specifies the Borland Database Engine (BDE) cursor handle for the stored procedure.

Pascal
property Handle: HDBICur;
C++
__property HDBICur Handle;

Use Handle only to bypass TStoredProc methods and call directly into the BDE. Many BDE function calls require a cursor handle parameter. Handle is assigned an initial value when a stored procedure is executed. If used with a BDE call that changes the current record position, call Resync immediately after returning from the BDE call.

Note: Do not use this property unless an application requires BDE functionality not available through built-in components.
 

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