Question
CFMX and NTEXT fields
I have a SQL table that includes 2 NTEXT fields. When I do a
cfquery such as SELECT * FROM MYFILE, I get no value back for these
fields. Playing around with it a bit more, the only way I've been
able to get values back is if I list all the fields (rather than
the metacharacter *) and then only if the NTEXT fields are the last
ones in the list.
Is there some other way to deal with these fields in CFMX? Server settings? Options? The only NTEXT stuff I've really seen is about having to pre-pend an "N" in front of the value when using CFQUERY to update the field. Haven't found anything on pure select.
Note that this query works fine under CF5, but is giving me fits under CFMX.
Thanks, in advance, for any help you can give.
Is there some other way to deal with these fields in CFMX? Server settings? Options? The only NTEXT stuff I've really seen is about having to pre-pend an "N" in front of the value when using CFQUERY to update the field. Haven't found anything on pure select.
Note that this query works fine under CF5, but is giving me fits under CFMX.
Thanks, in advance, for any help you can give.
