Attribute

AllowLargeResultSet (ALR)

Purpose

Determines whether the driver returns results larger than 128 MB for legacy SQL queries.
Note: When AllowLargeResultSet is set to true, the results are stored in the dataset and table specified using LegacyDataset and LegacyTable properties.

Valid Values

false | true

Behavior

If set to false, the driver does not support query results larger than 128 MB.

If set to true, the driver supports query results larger than 128 MB.

Default

false

See also

Legacy Dataset

Legacy Table