Kbase P67536: [JDBC Progress Driver]:Table/View/Synonym not found (7519) error when running SELECT statement
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
SYMPTOM(s):
Running SELECT statement
[JDBC Progress Driver]:Table/View/Synonym not found (7519)
CAUSE:
WHERE clause was comparing a character field to a numeric value (SELECT * from pub.table WHERE field = 5) "field" being character
FIX:
Add double quotes to the value (SELECT * from pub.table WHERE field = "value").