I am developing a pocket pc application by PP Emulator in .Net.There is a problem that i dont understand in SQLCE.I cant type turkish characters in Sqlce query analyzer and also if my query has a value with turkish characters,it raises Format exception.How can i solve that problem?I am using Vs 2008 and Sqlce 3,5 SP1.Thanks
|
feedback
|
|
Is it only the query analyzer that fails? Or does your application also fail? Did you use NVARCHAR or NCHAR data types to store your unicode text? | |||
|
feedback
|