Top "Connection-string" questions

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

VB6 Connecting to a Database

Alright, what i want to do sounds simple. I would like to load a form and on form load call …

vb6 connection-string visual-studio-6
SQL Server Error "Named Pipes Provider: Could not open a connection to SQL Server [53]"

I used to have a desktop application pointing to a Sybase database through an .ini file that had this connection …

sql-server-2008 connection-string named-pipes sql-server-config-manager
How to get SID, Service Name and Port for Oracle database?

I have oracle database running on address xx.xx.xx.xx I know login, password and initial catalog I am …

oracle database-connection connection-string tnsping
What is the default username and password of my SQL Server Express?

It installed automatically with Visual Studio 2010 Ultimate. I didn't create any users for the server or ANYTHING. I'm using: string …

sql-server connection-string sql-server-2008-express
Connection string for SQL Server 2014 Express (VBA)

I am trying figure out what needs to go in the connection string for SQL server via VBA. This is …

vba excel connection-string sql-server-2014-express
Connecting to local instance of PostgreSql with JDBC

I have a running local instance of PostgreSql on a linux machine. When I use psql command from the shell …

java postgresql jdbc connection-string database-connection
Classic ASP - SQL Server 2008 Connection String using Windows Authentication

This should be painfully simple, but I cannot come up with a working connection string for a local copy of …

database sql-server-2008 asp-classic connection-string ado
Excel macro to change external data query connections - e.g. point from one database to another

I'm looking for a macro/vbs to update all the external data query connections to point at a different server …

excel excel-external-data connection-string vba
What is the maximum and minimum size of connection pool ADO.Net Supports in the connection string?

What is the maximum and minimum size of connection pool ADO.Net Supports in the connection string.Min Pool Size=[…

asp.net ado.net connection-string connection-pooling pool