Share via


ReleaseUpdateDB::statementExeQuery Method [AX 2012]

Executes a direct SQL statement by using the Statement.executeQuery method.

Syntax

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

Run On

Server

Parameters

  • _sql
    Type: str
    The direct SQL statement to execute.

Return Value

Type: str
The result of the first row of the first string column value.

Remarks

See the Statement.executeQuery method for more information.

See Also

Reference

ReleaseUpdateDB Class