Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Which SET COLLATE is best
Message
From
05/10/1999 08:22:30
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00272615
Message ID:
00272638
Views:
28
If your application will deal only with english words, use SET COLLATE TO "MACHINE". SET COLLATE tell VFP to index the string in a certain order. For example, in french, "é" should be placed next to the "e" and not after "z".

Also, the Hacker's Guide has found some performance problem with index created with SET COLLATE different from "MACHINE".
>I had a rude awakening recently when I was told that a report of mine didn't work properly. Funny, it worked on MY machine just fine.
>
>It just so happened that one set of indexes were done using SET COLLATE TO 'MACHINE' the other was set to 'GENERAL'.
>
>Surprise, surprise...
>
>Which collate order should I standardize on?
>What's the difference?
Previous
Reply
Map
View

Click here to load this message in the networking platform