Returns a value that specifies the sequence of the sort order for string comparison or sorting.
Syntax
LONGGetCollatingOrder(VOID);
Remarks
GetCollatingOrder returns a Long with one of the following values:
| Constant | Description |
| dbSortGeneral | Use the General (English, French, German, Portuguese, Italian, and Modern Spanish) sort order. |
| dbSortArabic | Use the Arabic sort order. |
| dbSortCyrillic | Use the Russian sort order. |
| dbSortCzech | Use the Czech sort order. |
| dbSortDutch | Use the Dutch sort order. |
| dbSortGreek | Use the Greek sort order. |
| dbSortHebrew | Use the Hebrew sort order. |
| dbSortHungarian | Use the Hungarian sort order. |
| dbSortIcelandic | Use the Icelandic sort order. |
| dbSortJapanese | Use the Japanese sort order. |
| dbSortNeutral | Use the neutral sort order. |
| dbSortNorwdan | Use the Norwegian or Danish sort order. |
| dbSortPDXIntl | Use the Paradox International sort order. |
| dbSortPDXNor | Use the Paradox Norwegian or Danish sort order. |
| dbSortPDXSwe | Use the Paradox Swedish or Finnish sort order. |
| dbSortPolish | Use the Polish sort order. |
| dbSortSpanish | Use the Spanish sort order. |
| dbSortSwedFin | Use the Swedish or Finnish sort order. |
| dbSortTurkish | Use the Turkish sort order. |
| dbSortUndefined | The sort order is undefined or unknown. |