Fetch Array Size

Attribute

ArraySize (AS)

Purpose

The number of rows the driver retrieves from the server for a fetch. This is not the number of rows given to the user. You should use Fetch Array Size in conjunction with Select Method.

Valid Values

x

where:

x
is a positive integer specifying the number of rows.

Notes

  • This connection option can affect performance.

Default

50

GUI Tab

Performance tab

See Also

Select Method

Performance considerations