Kbase P110162: Stored Procedure example 9-13 in documentation fails with error (7853)
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  20/02/2007 |
|
Status: Verified
FACT(s) (Environment):
OpenEdge 10.0B
SYMPTOM(s):
Stored Procedure example 9-13 in documentation fails with error (7853)
Error in Stored Procedure Execution. (7853)
=== SQL Exception 1 ===
SQLState=HY000
ErrorCode=-20142
[JDBC OpenEdge Driver]:Error in Stored Procedure Execution. (7853)
OpenEdge Data Management: SQL Development manual has incorrect syntax
CAUSE:
Example is using StringBuffer, but the Java wrapper for CHAR, VARCHAR is String.
FIX:
Use String instead of StringBuffer.
The 10.1B documentation has been fixed.