@@ -21,7 +21,8 @@ External Database Connector supports connecting to below databases:
2121This how-to teaches you how to do the following:
2222
2323* Connect your Mendix App with an external Database.
24- * Create and execute different SQL Queries.
24+ * Create and validate SQL Queries.
25+ * Use created queries in "Query External Database" activity.
2526
2627Let's use External Database Connector in Mendix App, to connect, retreive and insert data.
2728
@@ -50,8 +51,6 @@ if additional connection properties are required to connect, you can alternative
5051
5152{{< figure src="/attachments/howto/integration/use-the-external-database-connector/2.png" >}}
5253
53- Hurray Connection between your external database and Mendix app is established successfully.
54-
5554Click on ** Save** to save connection details, these details are stored in 3 constants.
5655
5756- \< Document Name\> _ DBSource
@@ -60,6 +59,8 @@ Click on **Save** to save connection details, these details are stored in 3 cons
6059
6160For example: * Database* _ DBsource.
6261
62+ Hurray Connection between your external database and Mendix app is established successfully.
63+
6364### 2. Explore Tables and Views of a connected Database:
6465
6566Once connection is successful and saved, you can explore and search ** Tables & Views** of external database in External Database Connection document.
@@ -84,17 +85,19 @@ SQL Query :
8485
8586{{< figure src="/attachments/howto/integration/use-the-external-database-connector/4.png" >}}
8687
87- ### 4a. Save Query & Create Enity:
88+ ### 4. Save Query:
89+
90+ #### 4a. Save Query to retrieve data:
8891
89921 . For query which returns a resultset, click ** Use Response** to create mapping.
9093
91942 . In ** Response Structure** you can see Entity preview.
9295
93- 3 . Click on ** Save Query & Create Enity** to save query and a new Entity is created in the domain model using response structure.
96+ 3 . Click on ** Save Query & Create Enity** to save query and a newly created Entity in the domain model using response structure.
9497
9598{{< figure src="/attachments/howto/integration/use-the-external-database-connector/5.png" >}}
9699
97- ### 4b. Save Query:
100+ ### 4b. Save DML Query:
98101
991021 . For DML queries, * Number of affected rows* will be displayed as a Reponse.
100103For example:
0 commit comments