Sql Server 2019
PowerBuilder 2019 R3 build 2728
app.ini connection (server X'd out)
DBMS="ODBC"
DBParm = "ConnectString='DSN=XXXXX',ConnectOption='SQL_INTEGRATED_SECURITY,SQL_IS_ON', MsgTerse='Yes',DisableBind=1,DelimitIdentifier='No',TrimSpaces=1"
I'm getting the following error when trying to retrieve a dataset
[Microsoft][ODBC Driver 17 for SQL Server]Connection is busy with results for another command
I've tried adding the following to my DBParm, but it didn't work
,ProviderString='MARS Connection=TRUE'
Thanks
Thank you for that feedback & great news!
Yes, I suspect that it was the FETCH Loop holding a Result Set open. Then any other DML command in that loop would have created the MARS issue.
Regards .. Chris