From 12d9d6398ee6c3270aea19dc880316b52dcb6659 Mon Sep 17 00:00:00 2001 From: cortex-jk Date: Wed, 26 Jun 2024 09:04:08 +0100 Subject: [PATCH] Added URLs for connection strings in execute data command block --- .../data/execute-data-command/execute-data-command-block-1.md | 4 +++- data/urls.toml | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/content/en/docs/2024.3/Reference/Blocks/data/execute-data-command/execute-data-command-block-1.md b/content/en/docs/2024.3/Reference/Blocks/data/execute-data-command/execute-data-command-block-1.md index 1d22fcfca..38ac8d33f 100644 --- a/content/en/docs/2024.3/Reference/Blocks/data/execute-data-command/execute-data-command-block-1.md +++ b/content/en/docs/2024.3/Reference/Blocks/data/execute-data-command/execute-data-command-block-1.md @@ -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`. @@ -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" >}} diff --git a/data/urls.toml b/data/urls.toml index de1b95ed7..452835e87 100644 --- a/data/urls.toml +++ b/data/urls.toml @@ -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]