@@ -37,7 +37,7 @@ If additional connection properties are required to connect, you can alternative
3737
3838### 3.1 Establish connection between the external database and Mendix app
3939
40- 1 . Right-click the module you want to add the external database connection to and click ** Add other** > ** External database connection** .
40+ 1 . Right-click the module you want to add the external database document to and click ** Add other** > ** External database connection** .
4141
42422 . Select the database you want to connect to and add the connection details the Database Connection wizard.
4343
@@ -80,29 +80,29 @@ SQL Query:
8080
8181## 4. Save Query
8282
83- ### 4.1 Save Query to retrieve data :
83+ ### 4.1 Save Query to Retrieve Data :
8484
85- 1 . For query which returns a resultset, click ** Use Response** to create mapping.
85+ 1 . Click ** Use Response** to view the response data and mapping.
8686
87- 2 . In ** Response Structure** you can see Entity preview .
87+ 2 . In the ** Response Structure** tab, you can view the entity .
8888
89- 3 . Click on ** Save Query & Create Enity ** to save query and a newly created Entity in the domain model using response structure.
89+ 3 . Click ** Save Query & Create Entity ** to save the query and the newly created entity in the domain model.
9090
9191{{< figure src="/attachments/howto/integration/use-the-external-database-connector/5.png" >}}
9292
9393### 5 Save DML Query
9494
95- 1 . For DML queries, * Number of affected rows* will be displayed as a Reponse .
96- For example:
97- ` INSERT INTO classicmodels.productlines(productLine, requestedProductRequirement)VALUES({productLine}, {requestedProductRequirement}) `
95+ 1 . For DML queries, * Number of affected rows* will be displayed as a reponse .
96+
97+ For example, ` INSERT INTO classicmodels.productlines(productLine, requestedProductRequirement)VALUES({productLine}, {requestedProductRequirement}) `
9898
99- 2 . Click ** Save Query**
99+ 2 . Click ** Save Query** .
100100
101101{{< figure src="/attachments/howto/integration/use-the-external-database-connector/6.png" >}}
102102
103103{{% alert type="info" %}} For all DML Queries, changes made to database in Mendix Design phase are automatically rolled back. {% /alert %}}
104104
105- ### 6 Use the Query External Database activity
105+ ### 6 Use the Query External Database Activity
106106
1071071 . Use ` Query External Database ` activity from toolbox in the microflow.
108108
0 commit comments