Once the database connection was established, there seems to be no "connection string" editor available. How should one maintain the connection string in the event that the database name or location changes?
And related, how should one turn on MultipleActiveResultSets with Entity Developer, EF and MSSQL?
Thanks, Dave
How best edit connection string for use with EF and MSSQL?
-
- Posts: 31
- Joined: Mon 04 May 2015 18:49
-
- Posts: 31
- Joined: Mon 04 May 2015 18:49
Re: How best edit connection string for use with EF and MSSQL?
Nevermind. I found the "Database Explorer" tab.
Re: How best edit connection string for use with EF and MSSQL?
Thank you for your feedback.CodeSlinger wrote:Nevermind. I found the "Database Explorer" tab.
The MultipleActiveResultSets connection string parameter can be set via Connection properties > Advanced.