How come the IDE is updating a datawindow correctly but Powerserver is not? My code is very simplistic.
I have a window that has 1 DW on it. I have a button to update the DW and I also show the SQL in the sqlpreview event. This issue is in both runtime and debug. But I will explain what happens in debug.
I retrieve the DW. I enter the sqlpreview event and see the syntax, no issues, for both IDE and Powerserver.
I update a column on the DW.
I accept text
I update the datawindow. There are no issues in SQLCA. When I am in the IDE, I enter the sqlpreview and see the update command. In Powerserver, I never enter the sqlpreview.
I have no issues with the update so I issue the commit.
The data in the database is not updated in Powerserver. I have deleted all files in my local inetpub and webapi folders and did a full rebuild. The problem still exists. Any advice?
Thanks
https://www.appeon.com/standardsupport/track/view?id=9067
I have to wonder why they took the approach they did to begin with (using placeholder instead of the actual sql).
My guess is that @(_COLUMNS_PLACEHOLDER_) runs faster than using the actual sql, but they never said.