Posted By:
Mukund_Ramadoss
Posted On:
Wednesday, June 5, 2002 10:13 AM
We had similar problem with UTF charset database. While posting and reading back the Japanese characters read as ???.
In our case the database is Oracle.
Before bringing up your webserver or appserver whichever you use, when we set the env variable NLS_LANG to AMERICAN_AMERICA.UTF8. Our problem got resolved. We didn't have to do a byte code conversion. See if you have a equivalent in SQL Server.
HTH
Mukund