Convert code pages for CLOB and LONGCHAR values
- Last Updated: December 3, 2025
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The NO CONVERT option
for the COPY-LOB statement means no code page conversion
is done. However, if the target is a LONGCHAR or CLOB,
validation occurs for the presumed target code page.
Alternately, the CONVERT option for the COPY-LOB statement
has a convert-phrase that lets you specify how
the AVM converts object data:
Syntax
|
Specify SOURCE CODEPAGE to indicate
that a source object is in the specified code page. If you specify TARGET CODEPAGE,
the AVM converts the target object to the specified code page.
For details on the default character conversions the AVM performs when
copying data between the source and target objects, see the COPY-LOB statement entry in ABL Reference.