Page 1 of 1

Change LCID for SQL Server Compact 4.0 database

Posted: Thu 01 Sep 2011 14:08
by stojo303
Hello,

How can I select which LCID to use with a SQL Server Compact 4.0 database?

Some LCIDs have problem with working with strings containing for example ñ characters (2057 will have this problem), whilst 1053 for example won't have this problem.

Thanks in advance.

Posted: Fri 02 Sep 2011 07:39
by AndreyZ
Hello,

For the time being SDAC doesn't have this functionality, we will add it in the future. The choice of LCID to use depends on your application specificity and it's up to you to decide.

Posted: Fri 02 Sep 2011 08:08
by stojo303
Thanks for your reply!