About 3,710 results
Open links in new tab
  1. ConnectionStrings.com - Forgot that connection string? Get it here!

    Connection Strings Explained Store and read connection string in appsettings.json Formating Rules for Connection Strings Store Connection String in Web.config Connection Pooling The …

  2. 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 …

  3. Connection Strings Explained - ConnectionStrings.com

    You just write your connection string and pass it on to your connection object. The property is named ConnectionString or is passed through the Open function of your connection object.

  4. Knowledge Resources - All articles and how-tos

    There are no built in checks or constraints on how to format a connection string. This walk-through shows the basic rules for creating a connection string that will work.

  5. SQLite connection strings - ConnectionStrings.com

    See the respective ODBC driver's connection strings options. The .net OdbcConnection will just pass on the connection string to the specified ODBC driver. Read more here.

  6. .NET Framework Data Provider for SQL Server connection strings

    You must specify the initial principal server and database in the connection string and the failover partner server. Data Source = myServerAddress; Failover Partner = myMirrorServerAddress; …

  7. PostgreSQL connection strings - ConnectionStrings.com

    See the respective ODBC driver's connection strings options. The .net OdbcConnection will just pass on the connection string to the specified ODBC driver. Read more here.

  8. MySQL connection strings - ConnectionStrings.com

    See the respective ODBC driver's connection strings options. The .net OdbcConnection will just pass on the connection string to the specified ODBC driver. Read more here.

  9. All SQL Server SqlConnection Properties - ConnectionStrings.com

    This table shows all connection string properties for the ADO.NET SqlConnection object. Most of the properties are also used in ADO. Using this table will give you a better understanding of …

  10. SQL Server 2019 connection strings - ConnectionStrings.com

    See the respective ODBC driver's connection strings options. The .net OdbcConnection will just pass on the connection string to the specified ODBC driver. Read more here.