Problem with UNICODE

  • Thread starter Thread starter Fabio Negri Cicotti
  • Start date Start date
F

Fabio Negri Cicotti

Hi all,

I have had problems when I try to insert UNICODE characters through of
Windows Form into the SQL Server. Instead of the correct characters, it is
replaced by '?' symbol. For example, the string '?????' is saved as '?????'.
The most strange fact is, I have 3 forms to enter the data and of this
three, just one I actually have got problem.


Thanks in advance,

Fabio Cicotti
 
Fabio Negri Cicotti said:
I have had problems when I try to insert UNICODE characters through of
Windows Form into the SQL Server. Instead of the correct characters, it is
replaced by '?' symbol. For example, the string '?????' is saved as '?????'.
The most strange fact is, I have 3 forms to enter the data and of this
three, just one I actually have got problem.

See http://www.pobox.com/~skeet/csharp/debuggingunicode.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Unicode in .NET 8
encoding 1
What DBType supports unicode with SQL Server 2
Unicode String in TreeView 6
Unicode beyond U+FFFF 1
Converting Unicode 6
Get names of Unicode characters 2
size of a file and unicode 6

Back
Top