JonathanG6SWJ
Programmer
I am having trouble displaying text from a mySql DB.
I have a field in a DB of type "medium text". I sucessfully diplay these on my asp page asigning them to a variable altText=RS("dbfield") and then outputting using response.write. All works ok. I have another field of "medium text" and use the same way to output field but if field conatins one two three i get
one
two
three
as though a carriage return has been placed on the end of each word
What am I doing wrong / overlooking
Many thanks in advance
Jonathan
I have a field in a DB of type "medium text". I sucessfully diplay these on my asp page asigning them to a variable altText=RS("dbfield") and then outputting using response.write. All works ok. I have another field of "medium text" and use the same way to output field but if field conatins one two three i get
one
two
three
as though a carriage return has been placed on the end of each word
What am I doing wrong / overlooking
Many thanks in advance
Jonathan