Runs 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.