ODAC

TOraDataSetOptionsDS.ScrollableCursor Property

Used for TOraDataSet to use scrollable server cursor (available since Oracle 9 only) instead of caching data on the client side.

Class

TOraDataSetOptionsDS

Syntax

property ScrollableCursor: boolean stored False default False;

Remarks

If True, TOraDataSet does not cache data on the client side but uses scrollable server cursor (available since Oracle 9 only). This option can be used to reduce memory usage, because dataset stores only current fetched block. Unlike the TCustomDADataSet.UniDirectional option ScrollableCursor allows bidirectional dataset navigation. Note that scrollable cursor is read-only by its nature.

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