About 570 results
Open links in new tab
  1. SQL Server connection strings - ConnectionStrings.com

    There is ofcourse many other ways to write the connection string using database mirroring, this is just one example pointing out the failover functionality. You can combine this with the other connection …

  2. SQL Server Connection Strings Reference Guide

    Jan 6, 2025 · Learn how to define a connection string to connect to SQL Server using SqlClient, OLDEDB and ODBC connections for .NET.

  3. Connection String Syntax - ADO.NET | Microsoft Learn

    Aug 23, 2024 · The following connection string connects to a Microsoft Access database using the Jet provider. Note that the User ID and Password keywords are optional if the database is unsecured …

  4. SQL Server connection string

    In this example, "myserver" is the SQL Server instance, "mydatabase" is the name of the database, and "myuser" and "mypassword" are the credentials for SQL Server Authentication. It's important to keep …

  5. Database Connection Strings - Dofactory

    Sep 30, 2023 · A comprehensive list of database connection strings for different databases, including SQL Server, MySQL, Oracle, Sybase, and DB2.

  6. Building the connection URL with the Microsoft JDBC Driver for SQL ...

    Nov 19, 2024 · The following connection string shows an example of how to connect to a SQL Server database using integrated authentication and Kerberos from an application running on any operating …

  7. How can I set an SQL Server connection string? - Stack Overflow

    May 8, 2017 · Actually you can use the SqlConnectionStringBuilder class to build your connection string. To build the connection string, you need to instantiate an object from that …

  8. ConnectionStrings.com - Forgot that connection string? Get it here!

    All connection strings in one place. Find the syntax for your database connection using ADO.NET, ADO, ODBC, OLEDB, C#, VB, VB.NET, ASP.NET and more.

  9. Connection string examples - Progress.com

    Apr 29, 2025 · This section provides examples of connection strings configured to use common features and functionality. You can modify and/or combine these examples to create a connection string for …

  10. Sample database connection strings - docs.rws.com

    This topic provides examples of connection strings for SQL Server and Oracle databases.