Skip to content

Commit acd8437

Browse files
authored
Revised parameters section
1 parent 382e206 commit acd8437

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,17 @@ Once the connection is successful and saved, you can explore and search the **Ta
6363

6464
### 3.3 Create and Validate SQL Queries with Parameters
6565

66-
1. Create new query by entering **SQL Query** in SQL query editor box.
66+
1. Create a new query by entering an SQL query in the **SQL query** field.
6767

68-
2. Add **Parameters** if you want to use mendix constants or variables in your
69-
query during runtime(use curly braces to include parameters in query).
68+
2. Click **Add Parameter** if you want to use constants or variables in your query during runtime. Use curly braces to include a parameter in the query.
7069

71-
3. Testvalue should be assigned to the parameter using **Add Parameter**.
70+
3. Assign a Test Value to each parameter.
7271

73-
4. **Run Query** to validate query and see the response.
72+
4. Click **Run Query** to validate the query and view the response.
7473

75-
for example:
76-
Below query retrieves list of RequestedProductRequirement where ProductLine is "Planes"
77-
SQL Query :
74+
For example, the query below retrieves a list of RequestedProductRequirement where the ProductLine is "Planes"
75+
76+
SQL Query:
7877
`Select requestedProductRequirement from productlines where productLine = {productLine}`
7978

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

0 commit comments

Comments
 (0)