We downloaded PB2019R3 and converted our PB12 application. We switched the db driver to msoledbsql to connect to our Sql Server 2016 database. My activity monitor shows 2 connections with the same session ID leading me to believe the multiple active result sets is turned on. Is this turned on by default? SHould I leave it turned on? If it should be off, how do I do that? I have tried different connection string options to no avail.
Thanks
Thanks. That explains how it is on and great example of how to turn off.