| ... |
... |
@@ -22,7 +22,7 @@ |
| 22 |
22 |
|
| 23 |
23 |
The entered SQL statement is executed as a prepared statement, which prevents SQL injection attacks. You should not and need not use inverted commas (` or '). Also, you can use question marks ( ? ) as placeholders to build queries dynamically. |
| 24 |
24 |
|
| 25 |
|
-{{version major="6" minor="4" patch="0"/}} [[Variables>>doc:Formcycle.UserInterface.Variables.WebHome]] can be used in the SQL statements. |
|
25 |
+[[Variables>>doc:Formcycle.UserInterface.Variables.WebHome]] can be used in the SQL statements. |
| 26 |
26 |
|
| 27 |
27 |
== Using the database query == |
| 28 |
28 |
|