Skip to content

Commit

Permalink
Updated capitalisation of dsn.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cortex-MT committed Dec 14, 2023
1 parent c99ca33 commit a4df72e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ The following table shows some of the ways that a `OdbcConnectionDetails` can be

| Method | Example | Result | Editor Support | Notes |
|-|-|-|-|-|
| Use an `OdbcConnectionDetails` constructor | `new OdbcConnectionDetails("DSN=LocalHost;Driver={ODBC Driver Version}")` | `{"ConnectionString": "DSN=LocalHost;Driver={ODBC Driver Version}"}` | Expression | |
| Use an `OdbcConnectionDetails` constructor | `new OdbcConnectionDetails("Dsn=LocalHost;Driver={ODBC Driver Version}")` | `{"ConnectionString": "Dsn=LocalHost;Driver={ODBC Driver Version}"}` | Expression | |

A `OdbcConnectionDetails` can also be created using the Literal Editor by filling in the necessary values for the following properties:

| Property | Data Type | Example | Notes |
|-|-|-|-|
| `Connection String`| `EncryptableText`| `$@"DSN=LocalHost;Driver={ODBC Driver Version}"` | The Connection String that is used to connect to an ODBC data source. |
| `Connection String`| `EncryptableText`| `$@"Dsn=LocalHost;Driver={ODBC Driver Version}"` | The Connection String that is used to connect to an ODBC data source. |

### Connection Strings

Expand Down

0 comments on commit a4df72e

Please sign in to comment.