Page 1 of 1

How best edit connection string for use with EF and MSSQL?

Posted: Tue 14 Jul 2015 15:24
by CodeSlinger
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

Re: How best edit connection string for use with EF and MSSQL?

Posted: Tue 14 Jul 2015 15:34
by CodeSlinger
Nevermind. I found the "Database Explorer" tab.

Re: How best edit connection string for use with EF and MSSQL?

Posted: Thu 16 Jul 2015 09:25
by Shalex
CodeSlinger wrote:Nevermind. I found the "Database Explorer" tab.
Thank you for your feedback.

The MultipleActiveResultSets connection string parameter can be set via Connection properties > Advanced.