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/howto/integration/use-the-external-database-connector.md
+10-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,29 +33,27 @@ Download the [External Database Connector](https://marketplace.mendix.com/link/c
33
33
34
34
If additional connection properties are required to connect, you can alternatively use **JDBC Connection String**.
35
35
36
-
## 3 Establish a connection
36
+
## 3 Connect to the external database
37
37
38
38
### 3.1 Establish connection between the external database and Mendix app
39
39
40
-
1.Create a new document of type **'External Database document'**(File -> New Document -> External Database Connection or Rightclick on Module -> Add other -> External Database Connection)
40
+
1.Right-click the module you want to add the external database connection to and click **Add other** > **External database connection**.
41
41
42
-
2. Select Database and add Connection details to connect to Database
42
+
2. Select the database you want to connect to and add the connection details the Database Connection wizard.
0 commit comments