Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
executequery
executequery
Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 2
Qualità:
/*executequery*/
/*aremarkablecityinwales*/
Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità:
callfunction("", "executequery", {form/query:text})
callfunction("", "executequery", {form/query:text})
Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità:
Attenzione: contiene formattazione HTML nascosta
the query is executed by calling executequery of the root server context.
Запрос выполняется вызовом executequery корневого контекста сервера.
Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità:
aggregate expressions were always able to refer aggregate queries by using executequery function.
Выражения aggregate всегда умели ссылаться на запросы aggregate с помощью функции executequery.
Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità:
the second true parameter of the executequery function says we're trying to update the query.
Второй параметр true функции executequery говорит о том, что мы пытаемся обновить запрос.
Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità:
note that first parameter of executequery function is single-quoted to make the system processing it as expression.
Обратите внимание, что первый параметр функции executequery помещается в одинарные кавычки, чтобы система обрабатывала его как выражение.
Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità:
we can execute the above query by calling the executequery function from the root context and passing the query text to it as an input parameter.
Выполнить данный запрос можно путем вызова функции executequery из корневого контекста и ввода текста запроса в качестве параметра входа.
Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità:
callfunction() , executequery() , с помощью которых вы можете выполнить любой запрос из любого места системы.
callfunction() , executequery() , с помощью которых вы можете выполнить любой запрос из любого места системы.
Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità:
variable triggers may not be used to check function output directly, but here we must check a function's output -- executequery is a function.
Триггеры переменной могут и не использоваться напрямую для проверки выхода функции, но в данном случае нам необходимо проверить выход функции - executequery является функцией.
Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità:
to access the number of records contained in the output of the executequery function we will use the records property (see references for details about the reference resolving process).
Чтобы получить доступ к записям, содержащимся в выходе функции executequery , мы будем использовать свойство Записи (более подробное описание о процессе разрешения ссылки см. в разделе Ссылки).
Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità:
addcolumns(adjustrecordlimits(callfunction("users.admin.devices.cardsdatabase", "executequery", "select * from cards where id like ? and name like ?", false, table(">>", "%" + {form/cardid:text} + "%", "%" + {form/cardholdername:text} + "%")), 0, 1000000000), "", "{id}")
addcolumns(adjustrecordlimits(callfunction("users.admin.devices.cardsdatabase", "executequery", "select * from cards where id like ? and name like ?", false, table(">>", "%" + {form/cardid:text} + "%", "%" + {form/cardholdername:text} + "%")), 0, 1000000000), "", "{id}")
Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità:
Attenzione: contiene formattazione HTML nascosta