Change LCID for SQL Server Compact 4.0 database

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
stojo303
Posts: 22
Joined: Mon 25 Apr 2011 07:31

Change LCID for SQL Server Compact 4.0 database

Post by stojo303 » Thu 01 Sep 2011 14:08

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.

AndreyZ

Post by AndreyZ » Fri 02 Sep 2011 07:39

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.

stojo303
Posts: 22
Joined: Mon 25 Apr 2011 07:31

Post by stojo303 » Fri 02 Sep 2011 08:08

Thanks for your reply!

Post Reply