Skip to content

Commit 8d7855a

Browse files
committed
worked on review comments iteration3
1 parent 2d7e06b commit 8d7855a

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

content/en/docs/howto/integration/use-the-external-database-connector.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ External Database Connector supports connecting to below databases:
2121
This 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

2627
Let'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-
5554
Click 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

6160
For 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

6566
Once 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

8992
1. For query which returns a resultset, click **Use Response** to create mapping.
9093

9194
2. 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

99102
1. For DML queries, *Number of affected rows* will be displayed as a Reponse.
100103
For example:

0 commit comments

Comments
 (0)