Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Adding formatted data to a database

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-05-31 : 07:48:42
Andre writes "Ok, I am hoping this can be done, or at least, if it cannot, that someone tell me know before I lose my hair.

Is it possible to have information, that is entered in a text field in a form, added to a database (MS SQL), and retain it's formatting (i.e. paragraphs), without adding HTML

tags to the data when it is sent to the DB. I want the data to remain clean, however, when the data is called out of the database, it will still have its original paragraph formatting intact. Is there some sort of MS SQL thing that can be done here?

I do not want to have to start adding code to every single application to 'weed' out the HTML tags.

Please help.

Thank you."

   

- Advertisement -