Hi.
I have a problem connecting to the databases using the MSSQLOLEDB driver, version 19.x, from Appeon Powerbuilder 2022 R2, on a Windows Server 2022 server. The error it returns is "The specified module cannot be found."
Any idea what's happening?
Regards
Database Connection Syntax:
// Profile p_pna
SQLCA.DBMS = "MSOLEDBSQL SQL Server"
SQLCA.LogPass = <*******>
SQLCA.ServerName = "HADES\SQL2022"
SQLCA.LogId = "integral"
SQLCA.AutoCommit = False
SQLCA.DBParm = "Database='P_PNA',Provider='MSOLEDBSQL19'"