From version < 4.2 >
edited by gru
on 05.05.2020, 13:08
To version < 2.1 >
edited by gru
on 15.03.2019, 13:25
< >
Change comment: Copied from xwiki:Main.Datenbank - SQL Statement

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -SQL Statement
1 +$services.localization.render("PT.Main.DatenbankSQLStatement")
Content
... ... @@ -1,4 +1,4 @@
1 -Actions of type //Database query// allow you to write custom SQL queries and execute them against a database. The database connection must have been setup in the [[database connection menu>>Formcycle.UserInterface.Data.DBConnections]]. The SQL statement may contain [[variables>>Formcycle.UserInterface.Variables]].
1 +Actions of type //Database query// allow you to write custom SQL queries and execute them against a database. The database connection must have been setup in the [[database connection menu>>doc:Verbindung]]. The SQL statement may contain [[variables>>doc:Platzhalter]].
2 2  
3 3  == Options
4 4  
... ... @@ -8,7 +8,7 @@
8 8  
9 9  {{figure image="FCSnapshot35.png" width="300"/}}
10 10  
11 -The statement will be executed as a so called //prepared statement//, which prevents SQL injection attacks. You do not need to use simple quotation marks ({{code language="none"}}'{{/code}}).
11 +The statement will be executed as a so called //prepared statement//, which prevents SQL injection attacks. You do not need to use simple quotation marks ({{code}}'{{/code}}).
12 12  
13 13  (% style="color: rgb(56, 118, 29);" %)**Correct**
14 14  
Copyright 2000-2024