Kbase P67842: How to call a stored procedure with parameters from SQL-Expl
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/02/2004 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1D
SYMPTOM(s):
Syntax error running a stored procedure with parameters from SQL-Explorer
CAUSE:
Wrong syntax for char parameter was used:
Call spr_name ("test")
as SQL-Explorer doesn't not understand "double quotes"
FIX:
Correct syntax example:
Call spr_name ('test')