Hi,
I have a problem with application deployed through PowerServer.
Following SQL statement works fine when used in IDE enterface :
INSERT INTO rule_history Select *, :Allocation_id from rules
WHERE ( rules.rule_number = :saanto ) AND ( rules.dataareaid = :dataarea ) AND (rules.customer = :customernr) ;
vastaus2 = SQLCA.SQLErrText
if vastaus2 > "" then gnv_powermessage.Messagebox('SQL Database Error',vastaus2)
commit;
Buty when run on a client on workstation, it produces error:
I have scanned previous problems of this type and they suggest : do a full rebuild and deploy after that. It does not solve my problem.
BR, Hannu