Hi Appeon,
I am having an issue with MSOLEDBSQL connection.
Database has been migrated form SQL Anywhere 16 to MS SQL Server 2019 and we made compatibility changes in the power builder 2019 R3.
In the development environment I am able to run the application and connect with Database by using INI file (where MSOLEDBSQL is installed version 18.5).
/***************************
DB Profile Ini file
DisplayName=Database Test
DBMS=MSOLEDBSQL SQL SERVER
Database="DB_Test"
Servername="SQLServer"
DBParm= "Database='DB_Test',DelimitIdentifierToDB='Yes'"
EncryptName=EncryptHP::
*********************/
When I build and move to the another test PC to run the test where I am getting the message Microsoft OLE DB Driver for SQL Server(MSOLEDBSQL) is not installed.
Actually MSOLEDBSQL19 (64 bit version 19) is installed in that machine.
Kindly guide me how to rectify the issue.
Thank you,
Sathishkumar.
Hi Armeen Mazda,
We have installed 32 bit version driver and able to access the application, thank you for the clarification
Thank you