Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Executes a query that returns no result.
Syntax
public void executeNonQuery(
str _queryText,
[boolean _ignoreErrors,
boolean _inTransaction])
Run On
Server
Parameters
- _queryText
Type: str
The query text.
- _ignoreErrors
Type: boolean
A Boolean value that specifies whether to ignore the errors; optional.
- _inTransaction
Type: boolean
A Boolean value that specifies whether to run the query in a transaction scope; optional.