Sql Server Compact parametre regionaux

Answered Sql Server Compact parametre regionaux

  • mardi 10 avril 2012 09:09
     
     

    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

Toutes les réponses

  • mardi 10 avril 2012 10:05
     
     Traitée

    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

  • mardi 10 avril 2012 10:29
     
     
    practical solution which you propose to me to Resolve my problem ???
  • mardi 10 avril 2012 10:51
     
     

    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

  • mardi 10 avril 2012 11:40
     
     Traitée
    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