When ServiceJavaIPUseBulkFetch is enabled, calculates the number of bytes per row in the string buffer passed into the sqlipFetchIntoBuffer call. The total amount of memory allocated to hold rows is the value of this attribute multiplied by ServiceSQLFetchBlockSize. You must implement your IP so that the number of bytes per row in the string buffer passed into the sqlipFetchIntoBuffer call does not exceed the buffer size.