Skip to content

Commit 1b209b5

Browse files
authored
Update _index.md
1 parent 4f97ebe commit 1b209b5

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

  • content/en/docs/refguide/modeling/integration/use-platform-supported-content/external-database-connector

content/en/docs/refguide/modeling/integration/use-platform-supported-content/external-database-connector/_index.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ description: "Overview of how to configure the [External Database Connection doc
1111
The [External Database Connector](/appstore/modules/external-database-connector/) integrates with Studio Pro with an **External database connection** service document. Use this document to connect to external databases in Studio Pro.
1212

1313
{{% alert color="info" %}}
14-
You must install the [External Database Connector](https://marketplace.mendix.com/link/component/219862) for external database connections to work properly while running your app. For instructions on adding modules or connectors to your app, see [Use Marketplace Content in Studio Pro](/appstore/use-content/).
14+
**Studio Pro 11.12 and earlier:** You must install the [External Database Connector](https://marketplace.mendix.com/link/component/219862) from the Marketplace for external database connections to work. For instructions, see [Use Marketplace Content in Studio Pro](/appstore/use-content/).
15+
**Studio Pro 11.13 and later:** External database connectivity is built into Studio Pro — no Marketplace download is required.
1516
{{% /alert %}}
1617

1718
## Connect to the Database Wizard {#wizard}
@@ -25,6 +26,11 @@ Enter or select the following:
2526
* **Name** — name of your database connection
2627
* **Database Type** — Microsoft SQL, MySQL, Oracle, PostgreSQL, or Snowflake
2728

29+
{{% alert color="info" %}}
30+
From Studio Pro 11.13, when you select a database type, the required JDBC library is automatically added to the **Java Dependencies** tab in [Module Settings](/refguide/module-settings/) of the module you are working on. The dependency is downloaded to the **vendorlib** folder when you run the app or trigger Java dependency management. To use a different version, you can edit the dependency in [Module Settings](/refguide/module-settings/).
31+
For BYOD user has to add the required JDBC driver details in module settings
32+
{{% /alert %}}
33+
2834
### Connection Details
2935

3036
If you select **Use connection details**, enter:
@@ -101,5 +107,4 @@ The **Response Structure** tab displays a preview of an entity that can be creat
101107

102108
* To configure the connector with an external database, follow the steps in [External Database Connector](/appstore/modules/external-database-connector/).
103109
* To utilize the connector to integrate data into your Mendix application, see [Querying and Integrating External Data](/refguide/use-the-external-database-connector/).
104-
* To use SQL, see [Execute an SQL Statement on an External Database](/refguide/execute-an-sql-statement-on-an-external-database/).
105110
* To learn about how to use the data in a microflow, see the [Query External Database](/refguide/query-external-database/) activity.

0 commit comments

Comments
 (0)