Limiting the Number of Database Rows Fetched
See Also
You can prevent the IDE from accidentally trying to fetch thousands of rows.
To limit the number of database rows:
- Open the Options window and select the Database Explorer node.
- Set the Fetch limit property to the number of rows you want the IDE to fetch
without user confirmation (the default is 100).
When the number of rows returned by a query exceeds this number, the IDE
warns you and asks:
- Fetch the number of rows as defined by the Fetch step property.
- Fetch all remaining records
- Stop the fetch (records already read remain in the query window)
- Set the Fetch step property to the number of rows you want the IDE to fetch
after the fetch limit is reached.
Legal Notices