- Hannu Pikkarainen
- PowerServer
- Tuesday, 5 December 2023 04:18 PM UTC
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
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.