Top "Connection-string" questions

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

Oracle ODBC TNS-less connection string (for 64-bit Excel)

Is there a 64-bit Oracle ODBC driver that supports TNS-less connection (or EZ-Connect) convention? I used to use "Microsoft ODBC …

excel oracle odbc connection-string tnsnames
Using Hangfire, connection string given in Startup.cs throws Cannot attach file as database error

I'm utilizing Hangfire in my ASP .Net MVC Web App, it had installed successfully. I'd like to use the same …

c# asp.net connection-string hangfire
How to set "Application Name" in ADODB connection string

In .NET I simply use Application Name = MyApp inside the connection string, but when using ADO connection through VBA the …

sql-server excel vba connection-string adodb
Change Application Name in Sql Server Profiler

When profiling a .Net Application in SQL Server Profiler the default Application Name is taken from the Data Provider. How …

sql-server connection-string sql-server-profiler
What does App=EntityFramework do in Sql connection string?

I have 2 connection strings - 1 local and 1 for my main production server. Entity Framework added App=EntityFramework to my local …

sql sql-server database entity-framework connection-string
Ado connection to SQL Server Compact Edition 4.0

I want to connect to SQL Server Compact Edition 4.0 from an old asp-classic site but i always get the error: "…

asp-classic sql-server-ce connection-string ado sql-server-ce-4
Configuration.GetConnectionString returns null when running asp.net core on VS Code but fine on Visual Studio

Here is my appsettings.json file { "ConnectionStrings": { "DefaultConnection": "Host=localhost;Port=5432;Database=db;User ID=postgres;Password=root" }, "Logging": { "IncludeScopes": …

visual-studio-2015 asp.net-core connection-string visual-studio-code npgsql
Getting initial catalog from the web.config file

I have a connection string in the web.config file. I have to get the database name from it. Let …

find connection-string
Select into table in another database that is password protected?

In Microsoft Access 2003 and Visual Basic 6 I'm trying to copy a table to another access database that is password protected …

vb6 passwords connection-string ms-access-2003