When I create an SQL expression using Crystal SQL Designer the expression works fine. However, when I copy the expression to an SQL Expression Field within a Crystal Report it gives an ODBC error: SQL0104 Token . is invalid. Valid: , FROM INTO
All changes to the expression give the same or other error messages.
Is this a known problem and how can I solve this?
The original SQL expression was:
SELECT
WERK."WERK20"
FROM
"S44156DA"."CAZONTDTA"."WERK" WERK
WHERE
WERK."JOBNBR" = '350906' AND
WERK."PD2UAA" = 1.00 AND
WERK."PD576A" = 1.00
I use CR 8.5 together with DB2/400.
Thanks
All changes to the expression give the same or other error messages.
Is this a known problem and how can I solve this?
The original SQL expression was:
SELECT
WERK."WERK20"
FROM
"S44156DA"."CAZONTDTA"."WERK" WERK
WHERE
WERK."JOBNBR" = '350906' AND
WERK."PD2UAA" = 1.00 AND
WERK."PD576A" = 1.00
I use CR 8.5 together with DB2/400.
Thanks