skip to main content
Connection property descriptions : AllowLargeResults
  

Try DataDirect Drivers Now

AllowLargeResults

Purpose

Determines whether the driver returns results larger than 128 MB for legacy SQL queries.
Note: When AllowLargeResults 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.

Data Source Method

setAllowLargeResults

Default

false

Data Type

Boolean

See also

LegacyDataset
LegacyTable
Legacy SQL properties