Skip to content

Commit f60b69e

Browse files
authored
Revised intro
1 parent a8911cf commit f60b69e

1 file changed

Lines changed: 9 additions & 11 deletions

File tree

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

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,20 @@ description: "Overview of the External Database Connector in Studio Pro"
99

1010
## 1 Introduction
1111

12-
It is often required to use and access data from External Database directly in your Mendix App.This how-to describes how to easily and seamlessly connect and use data from an external database using [External Database Connector](https://marketplace.mendix.com/link/component/219862).
12+
Use the [External Database Connector](https://marketplace.mendix.com/link/component/219862) to connect, retrieve, and insert data into your Mendix app.
1313

14-
External Database Connector supports connecting to below databases:
14+
The External Database Connector supports connections to the following databases:
1515

16-
- MSSQL
17-
- MySQL
18-
- PostgreSQL
19-
- Oracle
16+
* MSSQL
17+
* MySQL
18+
* PostgreSQL
19+
* Oracle
2020

2121
This how-to teaches you how to do the following:
2222

23-
* Connect your Mendix App with an external Database.
24-
* Create and validate SQL Queries.
25-
* Use created queries in "Query External Database" activity.
26-
27-
Let's use External Database Connector in Mendix App, to connect, retreive and insert data.
23+
* Connect your Mendix App to an external database
24+
* Create and validate SQL Queries
25+
* Use created queries in the **Query External Database** activity
2826

2927
## 2 Prerequisites
3028

0 commit comments

Comments
 (0)