Hi,
I have a query related to PowerServer.
We are interested to explore the powerserver/PowerBuilder Cloud Pro, as it gives native cloud deployment capability to the application.
I also learn that the PowerServer doesn't support SQL Preview event.
But in our application (almost in all transaction windows), we do inserts and updates in SQL Preview event, as shown below.
IF SqlType = PreviewInsert!
CALL an SP to insert record
IF SqlType = PreviewUpdate!
CALL an SP to update record
Whenever pfc_save is called, the above code is executed to do inserts/updates in database
If we have to user PowerServer/PowerBuilder Cloud Pro, what is the alternate solution?
Your suggestions are most welcome.
Thanks,
Ganesan R