SQL Server 2012 Express LocalDB parm for keeping unicode char from TextBox

  • Thread starter Thread starter fs - ab
  • Start date Start date
F

fs - ab

Guest
Platform: developers windows 8.1 pc with visual studio 2012 pro, .net 4.5, sql express 2012 express and localDB

in a textbox, say textTbx on a windows form, if there is Unicode like \U2221, I can have to save to file and read back without change using textTbx.Text value.

however for the content in the textTbx.Text value, upon saving to SQL Server 2012 Express LocalDB, and then retrieved, the content gets changed for some Unicode like U2221. it get translated to the plain - instead of keeping as −.

what parameter do I need to setup to make sure it keep such character as is?

Btw: I had posted to visual studio general forum but was asked to post here

Continue reading...
 
Back
Top