ACC: How the Windows Code Page Affects Sort Order

Last reviewed: April 25, 1997
Article ID: Q133381
The information in this article applies to:
  • Microsoft Access versions 2.0, 7.0, 97

SUMMARY

Advanced: Requires expert coding, interoperability, and multiuser skills.

This article discusses how the Windows code page (or character set) affects the availability of particular sort orders for the default setting of the NewDatabaseSortOrder property in Microsoft Access.

MORE INFORMATION

Microsoft Access has a default setting for the NewDatabaseSortOrder property (see the General tab under Options on the Tools menu) that enables you to create a database using a specific sort order. This property determines how characters are sorted in the entire database (tables, queries, reports, and so on).

If you plan to use a database with multiple language editions of Microsoft Access, you should set the default for the NewDatabaseSortOrder property to General. The General setting is the most compatible sort order across the various language editions.

The default setting for the NewDatabaseSortOrder property is General, which is designed for use with the following language editions of Microsoft Access:

  • English
  • French
  • German
  • Italian
  • Portuguese
  • Modern Spanish

In addition to the General setting, you can choose from several other sort orders:
  • Traditional Spanish
  • Dutch
  • Swedish/Finnish
  • Norwegian/Danish
  • Icelandic
  • Czech
  • Hungarian
  • Polish
  • Russian
  • Turkish
  • Arabic
  • Hebrew
  • Greek

However, to create or open a database with a specific sort order, your Windows operating system must have the code page (or character set) to support the selected sort order. If Windows has an incorrect code page, you may receive the following error message when you open or create a database:

   Invalid Collating Sequence

REFERENCES

For more information about mixing Microsoft Access language editions, please see the following article in the Microsoft Knowledge Base:

   Article-ID: Q142867
   Title:      ACC: Mixing Language Editions of Microsoft Access and
               Windows

For detailed information about the sort orders used by various language editions, please see Appendix D in the following book:

   Developing International Software for Windows 95 and Windows NT.
   Nadine Kano. Microsoft Press: 1995 ISBN: 1-55615-840-8
 

	
	


Keywords : GnlGlobl kbenv kberrmsg
Version : 2.0 7.0 97
Platform : WINDOWS
Hardware : X86
Issue type : kbinfo


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: April 25, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.