Top "Connection-string" questions

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

Testing - Connection string is missing

Visual studio created a unit test project for me based on a method (right-click add test). When I try to …

c# visual-studio-2010 web-config connection-string integration-testing
Readonly connection string to an access database

I'm trying to connect to an Access database file using a System.Data.OleDb.OleDbConnection. I need to connect in …

ms-access connection-string oledb
Writing a connection string when password contains special characters

I'm using SQLalchemy for a Python project, and I want to have a tidy connection string to access my database. …

python character-encoding sqlalchemy connection-string
connection string for sqlserver in Docker container

I'm using Visual Studio 2017 for mac with dotnet Core and EF Core. After setting up the mssql image in Docker …

macos docker connection-string asp.net-core-1.1
Connection String to Connect to .MDF

I've created a new project in VS2008, and added a .MDF file to the project. This is the first time …

connection-string sql-server-express mdf datadirectory
SQL Server Connection Strings - dot(".") or "(local)" or "(localdb)"

I've recently had to install SQL Server and restore a database to 2 laptops, the first took me a couple of …

database sql-server-2008 sql-server-2008-r2 sql-server-2012 connection-string
azure blob storage "No valid combination of account information found"

I have an MVC4 project that I am running using Azure websites preview. My problem is that I cant upload …

c# azure connection-string azure-blob-storage
Help with a OleDB connection string for excel files

The problem i'm having is that the data adapter is looking at only the first row in each column to …

c# connection-string oledbconnection import-from-excel
Receiving SQLException "Login failed for user" connecting to SQL Server 2008

I am trying to connect to SQL Server 2008 via Java. I've added sqljdbc4.jar to my project's library. No username …

java sql-server-2008-r2 connection-string sqlexception
How to read web.config file in .Net Core app

I have created a .Net Core API and I referenced a .Net framework application to it. The referenced Application connects …

asp.net-core configuration connection-string