ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / HFSQL properties
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
SQLCodeExecuted (Property)
In french: CodeSQLExécuté
The SQLCodeExecuted property gets the SQL code of a query after replacing the parameters with a value.
Example
QRY_CUSTOMER.pPostalCode = "34080"
HExecuteQuery(QRY_CUSTOMER)
Trace(QRY_CUSTOMER.SQLCodeExecuted)
Syntax
<Result> = <Query>.SQLCodeExecuted
<Result>: Character string
SQL code of the query.
<Query>: Query name
Query used. This query can correspond to:
  • a previously executed WDR query,
  • a query data source,
  • a variable of type SQL query.
Remarks
The query must have been executed. It must not have been released.
Minimum version required
  • Version 28
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/13/2023

Send a report | Local help