MEMCONVERT converts the data in a source buffer from the specified source codepage to a a specified target codepage, stores the result in a target buffer, and returns an unscaled REAL FIXED BINARY value specifying the number of bytes written to the target buffer.
|
The buffer lengths must have computational type and will be converted to FIXED BINARY(31,0).
The buffer lengths must be nonnegative.
If either buffer length is zero, the result is zero.
The code page must have computational type and will be converted to FIXED BINARY(31,0).
The code pages must specify valid, supported code pages.