You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/refguide/modeling/integration/use-platform-supported-content/external-database-connector/_index.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,8 @@ description: "Overview of how to configure the [External Database Connection doc
11
11
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.
12
12
13
13
{{% 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.
15
16
{{% /alert %}}
16
17
17
18
## Connect to the Database Wizard {#wizard}
@@ -25,6 +26,11 @@ Enter or select the following:
25
26
***Name** — name of your database connection
26
27
***Database Type** — Microsoft SQL, MySQL, Oracle, PostgreSQL, or Snowflake
27
28
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
+
28
34
### Connection Details
29
35
30
36
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
101
107
102
108
* To configure the connector with an external database, follow the steps in [External Database Connector](/appstore/modules/external-database-connector/).
103
109
* 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/).
105
110
* To learn about how to use the data in a microflow, see the [Query External Database](/refguide/query-external-database/) activity.
0 commit comments