Single Database Transaction Mode

Single database transaction mode implicitly begins and ends a transaction for each individual update request.

In single database transaction mode, database manipulation and query requests are sent without being enclosed by <startTransaction/> and <commit/> requests.

When sending Single Database Transaction Mode update or delete requests, each command is implicitly done within a transaction by the SDS, such as when sending <startTransaction/>, <request>, and <commit/> requests. For read requests, no transaction is used by the SDS.