Chapter 2, Creating and Configuring DB2 Access Services

(CR 426212, CR 426209) In the section titled “Client interaction properties,” replace the description of the MaxResultSize and MaxRowsReturned properties with the following:


MaxResultSize

Specifies the maximum number of bytes a DB2 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 (zero) indicates the results size is an unlimited value.

Comments


MaxRowsReturned

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

Syntax

MaxRowsReturned=integer

Range

0 – unlimited

Default

unlimited

Values

integer is a number of rows. A value of 0 (zero) indicates that the rows returned is an unlimited value.

Comments


ConnectionProtocol

The document states that the default is lu62, which is incorrect. For this property there is NO default value.