Kbase P95582: How to decode base64 encoded data in a 4GL procedure ?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/14/2008 |
|
Status: Verified
GOAL:
How to decode base64 encoded data in a 4GL procedure ?
GOAL:
How to manage base64 encoding in 4GL
FACT(s) (Environment):
Progress 9.x
OpenEdge 10.0A
OpenEdge 10.0B
FIX:
Starting from OpenEdge 10.0B this can be managed with the native 4GL functions BASE64-ENCODE() and BASE64-DECODE().
In Progress 9.x and OpenEdge 10.0A there are no native functions available to do this.
However, there are many tools available on the Internet to handle this, either written in Progress 4GL or in another language.
For an example, see http://www.maizels.nu/progress/base64.html