Hi All,
I had a asp file with VB script.It is unable to display Unicode characters & displaying ????? like characters.
Current datatype is adVarChar .
I modified it to adVarWChar. But it trim the string a lot and break css.
How to handle it ?
Other places NVARCHAR fix the issue
Thanks in advance