Kbase P125099: The Dynamic Call Wrapper does not support DATETIME and DATETIME-TZ
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  17/03/2008 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.x
Dynamics
All Supported Operating Systems
SYMPTOM(s):
The Dynamic Call Wrapper does not support DATETIME and DATETIME-TZ
dynlaunch.i does not support the OpenEdge data types DATETIME and DATETIME-TZ.
** Incompatible data types in expression or assignment. (223)
Could not understand line <n>. (196)
At compile time errors 223 and 196 appear when trying to pass DATETIME and DATETIME-TZ data types to dynlaunch.i.
CAUSE:
Bug# OE00154939
FIX:
Upgrade to 10.1C or later release
A possible work around is to use the STRING function to convert the DATETIME and DATETIME-TZ data types to strings and pass them as string parameters in dynlaunch.i. They can then be manipulated and converted back to their relevant data types using the DATETIME and DATETIME-TZ functions.