Skip to content

Commit 382e206

Browse files
authored
Added alert box
1 parent b6d5a28 commit 382e206

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ Click **Save** to save the connection details, which are stored in 3 constants:
5555

5656
For example: `*Database*_DBsource.`
5757

58-
### 3.2 Explore Tables and Views of a connected Database:
58+
### 3.2 Explore Tables and Views of a Connected Database
5959

60-
Once connection is successful and saved, you can explore and search **Tables & Views** of external database in External Database Connection document.
60+
Once the connection is successful and saved, you can explore and search the **Tables & Views** of the external database.
6161

6262
{{< figure src="/attachments/howto/integration/use-the-external-database-connector/3.png" >}}
6363

64-
### 3.3 Create and Validate SQL Queries with Parameters:
64+
### 3.3 Create and Validate SQL Queries with Parameters
6565

6666
1. Create new query by entering **SQL Query** in SQL query editor box.
6767

@@ -101,9 +101,9 @@ For example:
101101

102102
{{< figure src="/attachments/howto/integration/use-the-external-database-connector/6.png" >}}
103103

104-
**For all DML Queries, changes made to database in Mendix Design phase are automatically rolled back**
104+
{{% alert type="info" %}} For all DML Queries, changes made to database in Mendix Design phase are automatically rolled back. {% /alert %}}
105105

106-
### 6 Use Query External Database activity:
106+
### 6 Use the Query External Database activity
107107

108108
1. Use `Query External Database` activity from toolbox in the microflow.
109109

0 commit comments

Comments
 (0)