Specifies the maximum number of bytes an access service returns to the client application in a result set.
MaxResultSize=integer
0–unlimited
unlimited
integer is a number of bytes.
A value of 0 indicates that the result size is an unlimited value.
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:
Sends the entire row to the client application (not a partial row)
Does not send any of the remaining rows in the result set