In a
SQLConfigDataSource ODBC function call, the Microsoft Access/Jet 4.0 ODBC driver allows you to specify a sort order as part of the CREATE_DB attribute, where <sort order> might be General, Arabic, Czech, Japanese, Russian, and so on. The CREATE_DB attribute has the following format:
CREATE_DB=<path name> <sort order>
For example:
CREATE_DB=C:\\LocTest.mdb Czech
When you use a localized version of Jet, a sort order that is specified in English fails; however, a sort order that is specified in the localized language succeeds.
For example, a German localized version of the Jet ODBC driver needs to use Allgemein, Arabisch, Tschechisch, Japanisch, Russisch, and so on, as the sort order value.