Help - i'm having a very strange problem. I've got a table called products with lots of information in it - three fields are of type ntext because they contain a a large amount of data - the problem is i cant for the life of me get these fields to display. All the string fields come out fine. I try
<%=(Recordset1.Fields.Item("Features".Value)%>
for the "Features" ntext field - and nothing is returned. Has anybody experienced similar problems with this? The stranger thing is at one point it was working then it just stopped working - I am at a loss.
I guess i could convert everything to big strings but that is a less helpful way of doing this i think. Any help would be grateful.
<%=(Recordset1.Fields.Item("Features".Value)%>
for the "Features" ntext field - and nothing is returned. Has anybody experienced similar problems with this? The stranger thing is at one point it was working then it just stopped working - I am at a loss.
I guess i could convert everything to big strings but that is a less helpful way of doing this i think. Any help would be grateful.