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
Thanks,
Gururaja Udupa