<docbook><section><title>UdadocFAQWhatDoesMaxLongDataLengthDo</title><para> </para><title> doc.FAQ.WhatDoesMaxLongDataLengthDo</title> doc.FAQ.WhatDoesMaxLongDataLengthDo
<para> &quot;Max Long Data Length&quot; controls the maximum length of SQL <emphasis>LONGVARCHAR and SQL_LONGVARBINARY data returned when deferred fetching of long data is off.
 When off, this setting limits the amount of memory which must be allocated for a dataset cell to hold the retrieved value - the value is truncated to this length.
 The default limit is 60000 bytes.
 </emphasis></para><para>When deferred fetching is enabled, the complete SQL <emphasis>LONGVARCHAR or SQL_LONGVARBINARY value can be fetched.
 Note that any value set via <ulink url="SQLSetStmtAttr">SQLSetStmtAttr</ulink>  (SQL_ATTR_MAX_LENGTH) takes precedence over the &#39;Max Long Data Length&#39; value.
 </emphasis></para><para> </para></section></docbook>