SqlStatement/en: Porovnání verzí

Z Wiki
Přejít na: navigace, hledání
(Založena nová stránka s textem „Delay in milliseconds before executing the command. It has no effect if Enabled=0.“)
(Založena nová stránka s textem „Delay in milliseconds before executing the command. It has no effect if Enabled=0.“)
Řádek 47: Řádek 47:
 
Type [[Special:MyLanguage/Data types#Number | Number]]
 
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Prodleva v milisekundách po provedení příkazu. Nemá žádný vliv je-li Enabled=0.
+
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
  
 
== Výstupní parametry ==
 
== Výstupní parametry ==

Verze z 31. 1. 2021, 17:21

Jiné jazyky:
English • ‎čeština

Description

Alias: SS

Executes an SQL command.

Executes an SQL command of the type INSERT, UPDATE, or DELETE stored in the SQL parameter on the data connection specified by the DataConnection parameter. The number of affected records will be stored in RecordsAffected.

Input parameters

DataConnection

Type DataConnection

Data connection to be used for the SQL command.

SQL

Type String

SQL příkaz typu INSERT, UPDATE nebo DELETE.

Type Number

Maximální doba čekání v sekundách na provedení SQL příkazu.

Enabled

Type Number

Enables or disables the command. If the value is 0, the command will not execute.

PreWait

Type Number

Delay in milliseconds before executing the command. It has no effect if Enabled=0.

PostWait

Type Number

Delay in milliseconds before executing the command. It has no effect if Enabled=0.

Výstupní parametry

RecordsAffected

Type Number

Počet řádků ovlivněných SQL příkazem.