just as a thought, I also tried
and if question (Field 1) is at the top, it works; otherwise, fail.Code:res.fields(0).value
someone with a similar issue, appears to be an MS Field Type problem:
http://www.cjboco.com/blog.cfm/post/...g-empty-string
My ASP field.type on Question is: 203 (adLongVarWChar [ie: ntext]). The other string fields (header, row) are type 200 (adVarChar).
The link above explains what to do to fix it. However, the solution has 1 ntext field. what does one do with multiple ntext fields?
Would love to hear if others are having this issue too with ColdFusion or ASP Pages... I do not think I am having this issue in VB.NET.




Reply With Quote