skip to main content
Drivers Only Available for 32-Bit Platforms : The Btrieve (Pervasive.SQL) Driver : Connection Option Descriptions : International Sort
 

Try DataDirect Drivers Now
International Sort

Attribute

IntlSort (IS)

Purpose

Uses international sort order as defined by your operating system when you issue a Select statement with an Order By clause.

Valid Values

0 | 1

Behavior

If set to 1 (Enabled), this order is always alphabetic, regardless of case; the letters are sorted as "A, b, C." Refer to your operating system documentation concerning the sorting of accented characters.
If set to 0 (Disabled), ASCII sort order is used. This order sorts items alphabetically with uppercase letters preceding lowercase letters. For example, "A, b, C" is sorted as "A, C, b."

Default

0 (Disabled)

GUI Tab

Advanced tab