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]].
+
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]].
Verze z 31. 1. 2021, 17:17
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.