Hi Sir or Madam,
Recently our database has just moved from sybase to Microsoft sql server 2019. And PB build app/exe connect to db using ini file. I am using PB2019R3.
[Profile D]
DBMS = "MSOLEDBSQL"
ServerName = "200.200.11.24"
LogId = "dba"
AutoCommit = False
DBParm = "Database='dxx',TrimSpaces=1"
So, my question are, I need your help to verify the new ini file that i changed is correct.
1. Is the above correct?
2. What should i do to change the "Servername=200.200.11.24" to "Servername=ms_db_d"?
3. When deployed the PBD build exe to end user PC, what is the client software to install?