This class allows setting up the behaviour of the TOraDataSet class.
For a list of all members of this type, see TOraDataSetOptions members.
Unit
Ora
Syntax
TOraDataSetOptions = class(TOraDataSetOptionsDS);
Remarks
Cached
Gets a value indicating whether Oracle resources assosiated with the current statement will be cached inside a session. If you execute many different SELECT statements this option may significantly increase the performance of your application. But using this property you may easily step over maximum open cursors on Oracle server. And thus you must be attentive when using the Cached option. This option is only available with Oracle 9.2i and higher. It will work only if TOraSession.Options is set to True.
Inheritance Hierarchy
TDADataSetOptions
TOraDataSetOptionsDS
TOraDataSetOptions