Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Collate Sequence
Message
From
03/08/2011 14:03:22
 
 
To
03/08/2011 05:32:27
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01520025
Message ID:
01520088
Views:
74
>>>>Hi All,
>>>>
>>>>I have a user in Singapore who is getting an error when running our application as follows:
>>>>
>>>>"Collating sequence PINYIN is not found".
>>>>
>>>>I have checked the help file and PINYIN is simplified Chinese collate sequence. My question is, how best to handle a resolution to this problem? Our users are mainly American and European based - what is the recommended way to resolve this?
>>>
>>>Install the appropriate .nls files on that workstation, I'd guess. Collating sequences used to be inside the foxpro.int file, but since, I guess, VFP7 or 8, that file is deprecated and Fox uses collating sequences found in the Windows system.
>>
>>Where are these NLS files? And how do you tell the application where to find them / load them ?
>
>%system%\system32. Their names are, of course, cryptic - c_nnnnnn.nls, where nnnnn is, I guess, the codepage number. They are registered in Windows, so the app doesn't really need to know anything, it calls a system service which returns the collating table. You just had a table missing. I think it's added from the regional settings, support for this or that language.

Hi Dragan and Doug,

I found the NLS files on my computer and can find the PINYIN one. What to do with it though? Just throw it in the system32 folder on the user's machine and that's it?

Also, do you think CREATE TABLE could be the problem i.e. when I issue it without explicitly specifying the code page that it defaults to PINYIN and that's the problem?
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform