OpenEdge databases
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
There are several options that can be used to determine the code page of an OpenEdge database, and some are described in this topic.
To determine the code page of an OpenEdge database:
- Start the Procedure Editor.
- Within the Procedure Editor, start the Data Dictionary utility, connect to the database, then exit the Data Dictionary utility.
- From the Procedure Editor main menu, select . The Session Information window opens.
- In the Session Information window, search for the Database Code Page label.
Immediately to its right, the name of the database's code page appears.
Another option is to examine the metaschema field, _Db._Db-xl-name.
To display this field, run the following code fragment:
|
Yet another option is to use the DBCODEPAGE function
in a procedure, as shown in the following code fragment:
|
For more information on the DBCODEPAGE
function, see ABL Reference.