solidDB Help : Programming : solidDB HTTP SQL Access : HTTP SQL requests and responses : Transactions
  
Transactions
By default all SQL operations are executed in autocommit mode.
Users can turn autocommit mode on or off by using specific URLs. When autocommit is off, users must use explicit COMMIT and ROLLBACK URLs to commit or rollback transactions.
See
Requests to enable and disable autocommit
Requests to commit and roll back transactions
Go up to
HTTP SQL requests and responses