Specifies the maximum number of bytes an access service returns to the client application in a result set.
MaxResultSize=integer
0–2147483646
2147483646
integer is a number of bytes.
A value of 0 defaults to 2147483646.
The MaxResultSize value is approximate in that the access service checks at the end of each row to see if the value is exceeded.
If the value is exceeded, the access service does the following:
Sends the entire row to the client application (not a partial row)
Does not send any of the remaining rows in the result set