<< Click to Display Table of Contents >> Navigation: SshNetIbmi Class > SshNetIbmi Methods > ExecuteSqlNonQueryXmlSvc Method |
Summary
This function runs an SQL INSERT, UPDATE, DELETE or other action query against the IBM i DB2 database with selected SQL statement via XMLSERVICE-CLI.
Note: Committment control is disabled via the commit='none' option so journaling is not used at the moment on any files you plan to modify via INSERT/UPDATE/DELETE
Parameters
sSQL - SQL INSERT, UPDATE and DELETE or other action non-resultset operation. Select is not allowed.
Returns
True=Execute NonQuery service call succeeded, False=Execute NonQuery service call failed.