ReleaseUpdateDB::statementExeUpdate Method [AX 2012]

Executes a direct SQL update statement.

server protected static int statementExeUpdate(str _sql, [Connection _con])

Run On

Server

Parameters

_sql
Type: str
The direct SQL statement to execute.
_con
Type: Connection Class
The input connection; optional.

Return Value

Type: int
The result of the execution.

See the Statement.executeUpdate method for more information.

Show: