CFQUERY results return a null value for a varchar(MAX) field in SQL
I'm using ColdFusion 9 and SQL Server 2008.
One the fields in a table is defined as a varchar(MAX). Other fields in the table are ints, varchar(8000) varchar(256), etc.
When doing a query for records in the table and displaying the results using the cfdump tag, I see values in all fields in a row EXCEPT for the data in the varchar(MAX) field. The varchar(MAX) field shows a null value. Yet, I can verify through the SQL interface or through Microsoft Access querying the database that the varchar(MAX) fields have data.
How can I retrieve data from this field type?
Thanks in advance for your help.
