From 95b051ab27f09502c3047f1f8b15aae17b5fbc07 Mon Sep 17 00:00:00 2001 From: Quinn Tracy <142489060+quinntracy@users.noreply.github.com> Date: Tue, 16 Jun 2026 13:47:52 +0200 Subject: [PATCH 1/2] Add section about integrated security --- .../external-database-connector/_index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/en/docs/refguide/modeling/integration/use-platform-supported-content/external-database-connector/_index.md b/content/en/docs/refguide/modeling/integration/use-platform-supported-content/external-database-connector/_index.md index 9945f874a29..7540eb9ac2e 100644 --- a/content/en/docs/refguide/modeling/integration/use-platform-supported-content/external-database-connector/_index.md +++ b/content/en/docs/refguide/modeling/integration/use-platform-supported-content/external-database-connector/_index.md @@ -52,6 +52,10 @@ If you select **Use connection string**, enter the following: The password you provide when using one of the above connection methods will be stored in a constant, which can be altered upon deployment on a Cloud node. You can indicate which constants contain private or sensitive information to ensure this information is saved locally, and that it is not shared on the TeamServer or Cloud Portal. +### Using Integrated Security for SQL Server + +If you plan to connect to SQL Server using integrated security, ensure the JDBC driver in the `userlib` folder matches the version supplied with Studio Pro (via the `runtime/bundles/` folder inside the Mendix installation directory). + ## External Database Connection Document {#external-database-document} After entering your database information in the Database Connection wizard, the external database connection document opens in Studio Pro. From 112bde40f5ee883d6f9ed20d9f87234f779dae9b Mon Sep 17 00:00:00 2001 From: Quinn Tracy <142489060+quinntracy@users.noreply.github.com> Date: Tue, 16 Jun 2026 14:04:30 +0200 Subject: [PATCH 2/2] Revision --- .../external-database-connector/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/refguide/modeling/integration/use-platform-supported-content/external-database-connector/_index.md b/content/en/docs/refguide/modeling/integration/use-platform-supported-content/external-database-connector/_index.md index 7540eb9ac2e..5e631f501ad 100644 --- a/content/en/docs/refguide/modeling/integration/use-platform-supported-content/external-database-connector/_index.md +++ b/content/en/docs/refguide/modeling/integration/use-platform-supported-content/external-database-connector/_index.md @@ -54,7 +54,7 @@ The password you provide when using one of the above connection methods will be ### Using Integrated Security for SQL Server -If you plan to connect to SQL Server using integrated security, ensure the JDBC driver in the `userlib` folder matches the version supplied with Studio Pro (via the `runtime/bundles/` folder inside the Mendix installation directory). +If you plan to connect to SQL Server using integrated security, ensure the JDBC driver in the `userlib` folder or version mentioned in the module settings matches the version supplied with Studio Pro (via the `runtime/bundles/` folder inside the Mendix installation directory). ## External Database Connection Document {#external-database-document}