Sql Server Compact parametre regionaux
-
Tuesday, April 10, 2012 9:09 AM
Hi all I created an executable from visual studio. The installation went well. But the execution I get this error. Thank you in advance for your help
All Replies
-
Tuesday, April 10, 2012 10:05 AM
Hi,
This error is due to database's collation. Which is the collate you are actually using in your database.sdf? I assume your OS language is french, is not?
Check supported collections in sql ce, and also consider check this BOL page. Please let us know in order to find out a workaround for this issue.
Regards,
jm
José Miguel Torres
- Marked As Answer by ErikEJMVP, Moderator Tuesday, April 10, 2012 12:49 PM
-
Tuesday, April 10, 2012 10:29 AMpractical solution which you propose to me to Resolve my problem ???
-
Tuesday, April 10, 2012 10:51 AM
Hi,
Maybe I badly explained you the problem, sorry. The problem is that your database is using some Collation that is not supported by your Operating System. It would be helpful you tell us which collation you are using as well as operating system type and language in order to figure out what's happening here and find out a workaround. I got this problem by using a given Spanish collation in a English based Windows CE 5.0 device so time ago.
Thanks,
jm
José Miguel Torres
-
Tuesday, April 10, 2012 11:40 AM
Thank you I saw my mistake property "parametre regional" of my database was to "Chinoi-Taiwan". I changed it to put "French-France". And it goes thank you again for the help- Edited by Chaochi Tuesday, April 10, 2012 12:34 PM
- Marked As Answer by ErikEJMVP, Moderator Tuesday, April 10, 2012 12:49 PM

