Hi,
I would like to post articles on my website. I created an SQL table called Articles (all fields are char strings)
ArticleID, ArticleTitle, ArticleDetail, ArticleDate.
Since the detail portion can be really long, I used the maximum size for that field (7600). When i populate my form field with article detail info, it saves it to the database.
WHen displaying the info (pulling from SQL onto ASP page) all the line breaks, formatting is removed. I would like to maintain the formatting and line breaks. Any ideas?
What would be the appropriate field type for something like this?
Thanks
I would like to post articles on my website. I created an SQL table called Articles (all fields are char strings)
ArticleID, ArticleTitle, ArticleDetail, ArticleDate.
Since the detail portion can be really long, I used the maximum size for that field (7600). When i populate my form field with article detail info, it saves it to the database.
WHen displaying the info (pulling from SQL onto ASP page) all the line breaks, formatting is removed. I would like to maintain the formatting and line breaks. Any ideas?
What would be the appropriate field type for something like this?
Thanks