Top "Connection-string" questions

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

How to add CommandTimeout to connection string in web.config

How to add CommandTimeout to connection string in web.config? I tried: <add name="ConnectionString" connectionString="Data Source=;Initial …

web-config timeout connection-string connection-timeout
c# 2008 SQL Server Express Connection String

I have a 2008 SQL Server Express installed on one of my machines and I'm attempting to establish a remote connection... …

c# sql-server connection-string sql-server-2008-express
The right connection string for Remote SQL server for C#

I just want to know the right sql connection string for a remote sql server express edition. This is what …

c# sql-server connection-string remote-server
SQL Express connection string: mdf file location relative to application location

I am using SQL Express databases as part of a unit test project in c#. My databases is located here: ./…

c# sql connection-string database-connection sql-server-express
Persist Security Info Property=true and Persist Security Info Property=false

For the properties: Persist Security Info=true and Persist Security Info=false Can you tell me what is the difference …

c# database ms-access database-connection connection-string
How to change connection string in DataSet.xsd?

I have build my project in C#, I add DataSet.xsd, and connect him to Oracle DataBase in my computer …

c# connection-string database-connection
What is a TNS:listener in the Context of Oracle?

Borderline ServerFault question, but figured I'd try here first since I've had luck with Oracle questions in the past. I'm …

oracle connection-string tnsnames tns
How to get database url from java.sql.Connection?

For given Connection instance how do I find out url that the Connection uses to connect the database ? Is it …

java jdbc connection-string
No connection string named 'MyApplicationEntities' could be found in the application config file

I just install EF 4.3 and trying to upgrade my project with migration. however I am getting issues with trying to …

connection-string database-migration entity-framework-4.3
How do I set a connection string config programmatically in .net?

I'd like to set a connection string programmatically, with absolutely no change to any config files / registry keys. I have …

.net configuration connection-string