Hi,
I use HTMLEncode to insert HTML data in my SQL Server DB.
When SELECTing it, I want to perfrom Decoding of the data in VBscript.
Espace/Unescape does not work because it does URL encode/decode (%xx
conversion) and I need #xxxx conversion.
Any idea how it's done?
Thanks, Gabi.