skip to main content
OpenEdge Data Management: DataServer for ODBC
The DataServer Tutorial : Changing a code page in a schema holder
 

Changing a code page in a schema holder

Using the Change DataServer Schema Code Page utility, you can change the code page in a schema holder at any time. As a result, you can create a schema holder even if you do not have the correct code-page information, then add or correct the code-page information at a later date. However, if you have been writing 8-bit character data to your ODBC data source with the DataServer and then change the code page, the data is unaffected by a code-page change. Note that your database might be corrupted if you start writing data with the DataServer and a schema holder that uses a new code page.
To change a code page in a schema holder:
1. Access Data Administration, if you are not already there, and select DataServer > ODBC Utilities > Change DataServer Schema Code Page. The utility displays a message about the possibility of corrupting your database by using the wrong code page.
2. Choose OK to continue. The Change Code Page of Non Progress DB dialog box appears:
3. Either accept the current value or type the OpenEdge and ODBC data-source names separated by a slash (/) for a code page that the data source supports.
If you are using a code page that the table does not list, see OpenEdge Development: Internationalizing Applications for a complete list of code pages that OpenEdge supports. If you are using an unsupported code page, OpenEdge allows you to create your own conversion tables.
4. Click OK to change the code page and return to the Data Administration main window.
If you were connected to the schema holder and the ODBC data source when you chose to change the code page, OpenEdge disconnects you to make the change. The Connect Database dialog box appears to allow you to reconnect.