Top "Connection-string" questions

A string containing information necessary for connecting to a service, usually database.

How to get database information with entityframework database first?

When I use Entity Framework codefirst I can use the following code to get my database connection string: var db = …

.net entity-framework connection-string entity-framework-4.1 database-first
How to hide connection string, user name, pw when using source control?

I'm working on a small side-project and I'm using connection strings and also api keys and values that should not …

version-control github connection-string
How do I convert this connection string to use integrated security?

I'm very much learning about SQL as I'm going along. Visual Studio makes it very easy to get the basics …

sql-server sql-server-2008 connection-string integrated-security
Database connection string and collation

Is it possible to set connection collation within MySql connection string and how, since there's a default setting on the …

mysql asp.net-mvc-2 connection-string collation dotconnect
Where to find .csdl, .ssdl, and .msl files in Entity Framework 4.0 code first?

I want to run tests with Effort and to do that I need to specify a connectionstring that also contains …

c# entity-framework connection-string edmx vs-unit-testing-framework
Connection String to Local DB file is not working

connectionString="AttachDbFilename=C:\Documents and Settings\nmartin\My Documents\PS_Upload\TimeTrack\src\TimeTracker\TimeTrack\App_Data\ASPNETDB.MDF;Integrated …

asp.net sql-server database connection-string aspnetdb
Changing SQL connection information for DSN-less Access frontend

I've got a mission-critical Access 2003 database that changed from a local MDB, to an MDB frontend with the backend on …

sql-server ms-access connection-string ms-access-2003 database-migration
C# and SQL Server connection

I can't seem to connect to my local database. Everytime I run it, it gives me a pop up blank …

.net sql-server ado.net connection-string sqlclient
web.config transform - delete comments from connectionstring section

I store several different connection strings in my web.config for development and testing. All but one is commented out …

c# asp.net visual-studio connection-string web-config-transform