You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did you try specifying it in your connection string? I think the library will just pass through any connection string settings other than server & db name.
Hi there,
Using the library (with Dapper) to do some message queue processing using an Azure Function.
Getting some exceptions .... namely:
"The connection does not support MultipleActiveResultSets."
Is there a way to set "MultipleActiveResults=true"?
Thanks!
Keith.
The text was updated successfully, but these errors were encountered: