Specifies the cursor handle for the stored procedure. Syntax: type HDBICur: Longint; Description: Use Handle only to bypass TPSQLStoredProc methods and call directly into the PostgreSQL. Many PostgreSQL function calls require a cursor handle parameter. Handle is assigned an initial value when a stored procedure is executed. If used with a call that changes the current record position, call Resync immediately after returning from the PostgreSQL call. |