- Ganesan Rajan
- PowerServer
- Wednesday, 5 February 2025 04:46 AM UTC
Hi,
Our application is built on PB2022R3.
We are exploring the possibility of migrating our application to the cloud using PowerServer.
My org wants me to give rought estimates etc.,
Prior to that, I would like to understand whether my product is a rigth candidate for PowerServer migration. Here are few basic information about how our application handles DB operations.
- All transaction windows have code in SQL Preview event calling Stored Procecures , one for insert and one for update
IF SqlType = PreviewInsert!
//Call insert SP
SQLCA.p_xyz_i01()
SqlType = PreviewUpdate!
//Call update SP
SQLCA.p_xyz_u01()
2. All master windows, relying on direct datawindow updates via pfc_Save.
3. Our application does many Remote Procedures calls to do its business process and to get data from back end to perform computations in front end.
My Queries:
A) Given that PowerServer 2025 is going to support SQL Preview event, Can I assume that PowerServer will be suitable for cloudyfying my application?
B) What kind of other changes that I may need in our application to make it suitable for PowerServer.
Your kind advice will be very helpful.
Thanks,
Ganesan R
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.