You'll have to use the PowerBuilder ODBC database connection type.
Install a version of the Microsoft ODBC Driver for SQL Server that is compatible with the version of SQL Server you have. The compatibility chart is here:
In SS 2019 and higher, Microsoft clanged the DB Client standard to use the new " "MSOLEDBSQL" DB client for SS DML interactions. This replaced the oldSNI DB client used in older SS's (ie: SS 2012) as found in PB 12.6. Microsoft has now fully deprecated the SNI driver but you can still install that old SS DB Driver & use it for PB 12.6 for SS2019 interactions. However, the SNI DB client only has the mentality of supporting SS 2012 functionality. Thus, the new SS 2016, SS2019 (and higher SS versions) features could not be used.
The ODBC DB Client for SS 2019 was updated but PB IDE / Apps do not call it directly. The PB runtime loads an ODBC "Interface" driver that then talks to the real ODBC middle-ware layer (where the SS2019 DB Client actually resides). So the PB 12.6 ODBC Interface driver will have the same restrictions as in #1 DML functionality wise.
The ADO.net DB Client for SS 2019 was updated but PB IDE / Apps do not call it directly. The PB runtime loads an ADO.net "Interface" driver that then talks to the real ADO.net middle-ware layer (where the SS2019 ADO DB Client resides). So the PB 12.6 ADO Interface driver will have the same restrictions as in #1 DML functionality wise.
Microsoft replaced the SNI DB Client driver in SS 2019 with a completely new DB Client called " "MSOLEDBSQL". Unfortunately, PB 12.6 has no interface to that now new MS SS standard DB client driver. Only Appeon PB 2022 does. So that option is not available to you in PB 12.6 and thus, the same restrictions as in #1 DML functionality wise.
There are no replies made for this question yet. However, you are not allowed to reply to this question.
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »
We use cookies which are necessary for the proper functioning of our websites. We also use cookies to analyze our traffic, improve your experience and provide social media features. If you continue to use this site, you consent to our use of cookies.
I will consider using it.