macleodjb
11-15-2008, 11:30 PM
Hi all,
this is probably a simple solution. Actually a multi-part question.
I have a text area that will be filled with alot of text that i want to save to my sql database. I am having two problems or issues. First problem is that when it gets saved to the sql database it loses all of its formatting such as indents and paragraph break, list elements and that such. How can i get it to retain those properties?
Secondly i am using varchar(2000) as my field type. Should i be using something else to handle large amounts of text better? I'm not too familiar with the other types.
Thanks in advance.
this is probably a simple solution. Actually a multi-part question.
I have a text area that will be filled with alot of text that i want to save to my sql database. I am having two problems or issues. First problem is that when it gets saved to the sql database it loses all of its formatting such as indents and paragraph break, list elements and that such. How can i get it to retain those properties?
Secondly i am using varchar(2000) as my field type. Should i be using something else to handle large amounts of text better? I'm not too familiar with the other types.
Thanks in advance.