ODAC

TOraDataSet.Cursor Property

Used to fetch data from the cursor parameter and cursor field in Oracle 8.

Class

TOraDataSet

Syntax

property Cursor: TOraCursor;

Remarks

Use the Cursor property to fetch data from the cursor parameter and cursor field in Oracle 8. You can assign the value of TOraParam.AsCursor or TCursorField.AsCursor to the Cursor property. After assigning you can open the dataset once.

Example

OraQuery1.Cursor := OraSQL1.ParamByName('Cur').AsCursor;
OraQuery1.Open; 

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback