Question
NVARCHAR(MAX) string gets truncated when displayed in CF
Hi, all. I have a stored procedure that returns a NVARCHAR(MAX) string of about 35,500 characters. When I execute the stored Procedure using Sql Server Manager, all 35,500 characters appear. However, when I try to display this string or store this in a Cold Fusion Variable on a .cfm page, only the first 32,000 characters get displayed.
Could someone please help me?
Thank you!
