Skip to content

Commit

Permalink
Added URLs for connection strings in execute data command block
Browse files Browse the repository at this point in the history
  • Loading branch information
cortex-jk committed Jun 26, 2024
1 parent a77f6ff commit 12d9d63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ If it is desirable to have any issues reported as messages when trying to debug
RunAs can be used to connect to a database as a Windows user, rather than a SQL user.

To connect as a Windows user:
- An appropriate connection string (e.g. [Oracle][], [SQL Server][]) must be specified in the [Connection Details][Connection Details Property].
- An appropriate connection string (e.g. [Oracle][OracleConnectionStringIntegratedSecurity], [SQL Server][SqlConnectionStringTrustedConnection]) must be specified in the [Connection Details][Connection Details Property].
- [UserCredentials][] for the Windows user must be specified in the [Run As property][RunAsProperty].

If connecting to a local database, the [UserCredentials][] must specify the [LogonType][] to be `LogonType.Network`; if connecting to a remote database, the [LogonType][] must be `LogonType.NewCredentials`.
Expand Down Expand Up @@ -800,3 +800,5 @@ When using a [Parameterised Command][Parameterised Commands] to execute a stored

[OracleBlockStatement]: {{< url path="Oracle.PL-SQL.BlockStatement" >}}
[SQL Injection]: {{< url path="W3.SqlInjection" >}}
[SqlConnectionStringTrustedConnection]: {{< url path="ConnectionStrings.SqlConnectionTrustedConnection" >}}
[OracleConnectionStringIntegratedSecurity]: {{< url path="ConnectionStrings.OracleConnectionIntegratedSecurity" >}}
1 change: 1 addition & 0 deletions data/urls.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2292,6 +2292,7 @@
[ConnectionStrings]
MainDoc = "https://www.connectionstrings.com/"
SqlConnection = "https://www.connectionstrings.com/sqlconnection/"
SqlConnectionTrustedConnection = "https://www.connectionstrings.com/microsoft-data-sqlclient/trusted-connection/"
OracleConnection = "https://www.connectionstrings.com/oracle-data-provider-for-net-odp-net/"
OracleConnectionIntegratedSecurity = "https://www.connectionstrings.com/oracle-data-provider-for-net-odp-net/using-integrated-security/"
[ElasticSearch]
Expand Down

0 comments on commit 12d9d63

Please sign in to comment.