Hi Experts,
******************************************************************
Database Versions: Microsoft SQL Server 2014/Microsoft SQL Server 2019
******************************************************************
I have upgraded my existing application from PowerBuilder from PB 2021 (Build 1509) to PB 2022 (Build 1892).
My application was able to run/connect to the database earlier from PB 2021 with the below parameters:
ini file:
DBParm = "PROVIDER='SQLOLEDB',DATASOURCE='SERVER\MY_DB15A,1404',PBCatalogOwner='dbo',DelimitIdentifier='No',PBTrimCatCharColumns='YES',PBTrimCharColumns='YES',PROVIDERSTRING='database=MY_DATABASE;APP=MYAPP-OLEDB',StaticBind='No'"
When I connect to the application using the same ini parameters from PB 2022, I get the error message --> "DBMS OLE DB is not supported in your current installation."
I have read in earlier Appeon community questions that the x64 version of PowerBuilder 2022 does not support OLEDB or Appeon has not included the OLE DB Database Driver in 64 bit version of PB 2022.
Please advise:
1. what are my best options to connect to MS SQL Server 2014 and 2019?
2. where can I download the drivers necessary for this?
Thanks very much in Advance!
-Suresh