Convert databases that contain characters specific to a foreign language on an operating system that uses the code page of the foreign language in question.
When necessary, however, you can add two entries to your computer's registry to force the Jet database engine to use a specific code page when it converts a database.
WARNING: If you use Registry Editor incorrectly, you may cause serious problems that may
require you to reinstall your operating system. Microsoft cannot guarantee that you can solve
problems that result from using Registry Editor incorrectly. Use Registry Editor at your own
risk.
To add the appropriate registry keys to your computer and convert your database, follow these steps:
- Open Registry Editor (regedit.exe).
- Add the following string values to the registry keys:
Key name | Value name | Value type | Value data |
---|
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Jet\4.0\Engines\Jet3.x | ForceCP | String | Code Page Number (Example: 1252) |
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Jet\4.0\Engines\Jet2.x | ForceCP | String | Code Page Number (Example: 1252) |
- Close Registry Editor.
To convert your Access database, follow these steps:
- Quit Access 2000.
- Reopen Access 2000, and then open the database that you want to convert.
- When prompted, convert your database.
WARNING: After you have successfully converted the database, remove the registry keys that you added earlier. If you do not do so, all the databases that you convert in the future will be converted with the code page that you specified in the registry.