Translations:SqlStatement/5/en: Porovnání verzí
(Založena nová stránka s textem „Executes an SQL command of the type INSERT, UPDATE, or DELETE stored in the SQL parameter on the data connection specified by the #dataconnecti…“) |
|||
| Řádek 1: | Řádek 1: | ||
| − | Executes an SQL command of the type INSERT, UPDATE, or DELETE stored in the [[#sql-|SQL]] parameter on the data connection specified by the [[#dataconnection-|DataConnection]] | + | Executes an SQL command of the type INSERT, UPDATE, or DELETE stored in the [[#sql-|SQL]] parameter on the data connection specified by the [[#dataconnection-|DataConnection]]. The number of affected records will be stored in [[#recordsaffected-|RecordsAffected]]. |
Verze z 31. 1. 2021, 17:16
Executes an SQL command of the type INSERT, UPDATE, or DELETE stored in the SQL parameter on the data connection specified by the DataConnection. The number of affected records will be stored in RecordsAffected.