Querying NText fields returns <long text>

samsmithnz

Well-known member
Joined
Jul 22, 2003
Messages
1,038
Location
Boston
Im having trouble with some ntext data in a comments field in our database. It doesnt seem to matter how I get the data, it just displays "<long text>". How do I get the real text from this field??
 
shoot. That doesnt work. I have a bad feeling that the data is acutally in there as "<Long Text>" and somehow the real long text is gone.
 
samsmithnz said:
shoot. That doesnt work. I have a bad feeling that the data is acutally in there as "<Long Text>" and somehow the real long text is gone.
try

select MyNtextField from MyTable where MyNtextField like "<Long Text>"
 

Similar threads

Back
Top