We are in the process of migration from PB09 to PB21.
PB09 app is using .ini with following :
DBMS=MSS Microsoft SQL Server 2016
ServerName=XXXXXXX
Database=DDDDD
DBParm=Secure=1
AutoCommit=true
UserID=USER
Password=USER
How do I need to change app ini for PB21?
which driver, dbms etc. should we use?