Kbase P25404: Error 5729 when attempting runtime conversion of parameters
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  02/07/2003 |
|
Status: Unverified
SYMPTOM(s):
Error 5729 when attempting runtime conversion of parameters
Incompatible datatypes found during runtime conversion. (5729)
Using variable of type CHAR
Using INPUT-OUTPUT parameter of type ROWID
CAUSE:
ROWID datatype is incompatible with the CHAR datatype therefore conversion is not possible
FIX:
Define variable as type ROWID or explicitly convert the datatype with the TO-ROWID function