Hi All,
I am trying to update a GREEK field to SQL Server 2000 database from a
ASP.net web form to use it in other pages. However, when I type greek in
the
field and submit the form, the data does not update properly. When the form
posts, I can see the greek text being submitted in the next page, but not
properly encoded to the database. I see ?????? in the database table and
also when I retrieve the data later.
It used to work fine when I used OLEDB connection with ASP.
But does not seem to get it work using Sqlclient in ASP.net.
However, I can retrieve the greek text if I manually enter it in
the SQL server tables.
Some info on the environment:
1. ASP.NET in Wndows 2000 Server
2. Microsoft SQL 2000 Server running in Windows 2000 Server
Could somebody please help me with this. Thanks in advance.
Vicky