What aren't I doing right with the SQL text data type in my code?

In some pages that I am developing, there are recordsets with 2 or more fields with text data type.

Sometimes it seems that these fields do not appear when I use <%= rsTable("text_field") %>, and sometimes it seems that it is causing other fields not to show when I use the same <%= rsTable("other_field") %>

Is there any special treatment for SQL text datatype in ASP ?