Hello,
Where is it possible to find the database driver for Microsoft Azure after PowerBuilder 2017,
and what drivers were deprecated.
I understand that after PB 2017, new drivers to connect MS SQL Server and Azure were provided.
Thanks and regards.
Thanks,
Ensure it is installed and configured correctly by testing it with SQL Server Management Studio (there may be an Azure equivalent, I don't know).
Once that is working, then use the "SNC" database client in PowerBuilder (SQLCA.DBMS = "SNC") and configure the connection parameters to connect to your database. There is NO Azure-specific PB documentation that I'm aware of, as Azure is simply the platform that is used to provide an instance of a SQL Server database. My knowledge of Azure is extremely limited, so I encourage others in the Community to correct me and offer additional guidance.