MaxResultSize

Specifies the maximum number of bytes an access service returns to the client application in a result set.

Syntax

MaxResultSize=integer

Range

0–unlimited

Default

unlimited

Values

  • integer is a number of bytes.

  • A value of 0 indicates that the result size is an unlimited value.

Comments

  • 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