View Single Post

   
  #3 (permalink)  
Old 02-29-2008, 07:49 AM
David Portas
 
Posts: n/a
Default Re: How do your keep text formatting when you insert it into database

You could save the column with HTML tags or RTF formatting. Or you could
save a formatted document in any format to an IMAGE column. Storing the
formatting isn't a problem. The real question is what method to use to
manipulate and render the formatting in your presentation tier. You should
probably refer to a forum or resource for the application or development
environment you are using.

--
David Portas
SQL Server MVP
--


Reply With Quote