Top "Connection-string" questions

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

Entity Framework Timeouts

I am getting timeouts using the Entity Framework (EF) when using a function import that takes over 30 seconds to complete. …

c# asp.net entity-framework entity-framework-4 connection-string
Connect to SQL Server Database from PowerShell

I have looked around online for a while now and found many similar problems but for some reason I can't …

sql-server powershell connection-string
Create a jTDS connection string

my sql server instance name is MYPC\SQLEXPRESS and I'm trying to create a jTDS connection string to connect to …

java jdbc connection-string jtds
How to read connection string in .NET Core?

I want to read just a connection string from a configuration file and for this add a file with the …

c# connection-string asp.net-core-1.0
What is the connection string for localdb for version 11

I'm trying to do the Code First Walkthrough of the entity framework ( http://blogs.msdn.com/b/adonet/archive/2011/09/28/ef-4…

c# sql-server connection-string sql-server-2012 localdb
Get ConnectionString from appsettings.json instead of being hardcoded in .NET Core 2.0 App

I have the following class in NET Core2.0 App. // required when local database does not exist or was deleted public …

c# asp.net-core connection-string appsettings
Should I set max pool size in database connection string? What happens if I don't?

This is my database connection string. I did not set max pool size until now. public static string srConnectionString = "server=…

sql sql-server-2008 connection-string connection-pooling
Error: "Could Not Find Installable ISAM"

I've written some VBA code in an Excel workbook to retrieve data from an Access database in the same directory …

excel ms-access vba connection-string
SSIS how to set connection string dynamically from a config file

I am using SQL Server Integration Services (SSIS) in SQL Server Business Intelligent Development Studio. I need to do a …

ssis connection-string configuration-files