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 direct SQL update statement.
Syntax
private int statementExeUpdate(str _sql, [Connection _con])
Run On
Server
Parameters
- _sql
Type: str
The SQL statement to execute.
- _con
Type: Connection Class
The connection to the database.
Return Value
Type: int
The result of the execution.