convert HTML Column to normal text format
576856Sep 22 2008 — edited Sep 22 2008Hi,
I have one column in a table that contains information in HTML format. This table is used in web based application, when we view information from web based application, we are able to see that column data. but when I query from back end table, it is in html format. how can I covert that to text format, so that I can view that using backed end sql?
How can I convert that column information to text format, so that I can show that column in my report.