Resolved cachename or ini
- How-to
- Sim Joo Pee
- PowerServer
- Wednesday, 24 May 2023 01:53 AM UTC
Hi Master,
My application is connecting to one database server and transaction updates to two different database('Data_PG' and 'Data_PG_S'), see attachment, app.ini file. After deployed to PowerServer and run, i had trouble to updates to second database(data_PG_S), can anyone guide me? Thanks.
See below for more details
n_tr_lo = CREATE transaction
n_tr_lo .dbms=ProfileString('app.ini', gs_safeguard_Section, 'dbms', '')
n_tr_lo .Database =ProfileString('app.ini', gs_safeguard_Section, 'database', '')
n_tr_lo .ServerName =ProfileString('app.ini', gs_safeguard_Section, 'servername', '')
n_tr_lo .DBParm = ProfileString('app.ini', gs_safeguard_Section, 'DBParm', '')
n_tr_lo .logid = SQLCA.logid
n_tr_lo .logpass = SQLCA.logpass
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.