Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting MultipleActiveResultSets=True #199

Open
keithd99 opened this issue Aug 8, 2019 · 3 comments
Open

Setting MultipleActiveResultSets=True #199

keithd99 opened this issue Aug 8, 2019 · 3 comments

Comments

@keithd99
Copy link

keithd99 commented Aug 8, 2019

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.

@jaredmoo
Copy link
Contributor

jaredmoo commented Aug 8, 2019

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.

@keithd99
Copy link
Author

Hey Jared,

Was a DI issue for a finish :)
Thanks for the response.

Keith.

@bitaday
Copy link

bitaday commented Apr 16, 2020

Hi Jared, What's the DI you mentioned?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants