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

link|improve this question

67% accept rate
feedback

1 Answer

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?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.