(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…“)
(Nejsou zobrazeny 3 mezilehlé verze od stejného uživatele.)
Řá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]] parameter. The number of affected records will be stored in [[#recordsaffected-|RecordsAffected]].
+
Runs an SQL statement of the type INSERT, UPDATE, or DELETE stored in the [[#sql-|SQL]] parameter on the data connection specified by the [[#dataconnection-|DataConnection]] parameter. The number of affected records will be stored in [[#recordsaffected-|RecordsAffected]].
Aktuální verze z 3. 2. 2021, 19:59
Runs an SQL statement 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.