This content has been marked as final.
Show 1 reply
-
1. Re: NVARCHAR(MAX) string gets truncated when displayed in CF
MCTunes Nov 13, 2013 12:11 PM (in response to ESP1906)Hi,
Try looking at the data source in the CF Administrator. Click on 'Show Advanced Settings', and look for the following fields:
CLOB (and BLOB) is not enabled by default, and if the Long Text Buffer is set to 32,000 for your data source, then that will probably explain the truncation you're seeing. If you enable CLOB, then the Long Text Buffer value becomes irrelevant (and the same for BLOB/Blob Buffer).
HTH.
