- Gururaja Udupa
- PowerServer
- Friday, 12 January 2024 02:23 PM UTC
We have a base datawinow control uo_dw where we override the SetTrasObject function to handle few additional
process before setting the transaction object for the control. This method accepts transcation object as input Parameter
As per the PowerServer help, if a transaction object is defined as an argument of a function,
PowerServer will get a different transaction name from PowerBuilder.
The provided solution was to Define the transaction object as an instance variable or global variable
Referance: https://docs.appeon.com/ps2022/TransactionName.html
In our case, we are connecting to multiple databases from different places and we set different transaction object based on the databases
Setting instance variable or global variable may not be the feasible solution for us.
Is there any other solution or workaround for this issue?
Thanks,
Gururaja Udupa
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.