DF_FILE_MAX_ROWS¶

Applies to: ORAFlex SQLFlex MYSQLFlex PGFlex DB2Flex

Controls the maximum number of rows retrieved by a Find GT/LT operation. The driver will automatically retrieve and cache this many rows for future find GT/LT operations. Setting this property to a very high value can be inefficient from a UI perspective but may be advisable for local processing of rows (such as in a batch process).

Default value: 10

Syntax

Set_Attribute DF_FILE_DATABASENAME of {FileNumber} to {variable}

Parameter

Description

FileNumber

Number of the file

variable

Attribute Value

Example

Open Orderhea
Set_Attribute DF_FILE_MAX_ROWS of Orderhea.File_Number to 10
Get_Attribute DF_FILE_MAX_ROWS of Orderhea.File_Number to intVal