commit()

Previous Next

Syntax

 commit(quiet)

 

Parameter(s)

quiet [Boolean, Optional: false]

 

Description

This action commits all previously executed manipulations. The commit in a USoft Web application is atomic. This means that you can run multiple executeSQLStatement() actions that perform an insert or update and following that, a commit that saves all or nothing.

 

Related function: rollback()