Connection.beginTransaction() (Method)

Commence a new transaction with the database.

Availability:

JavaScript - 1.2
Netscape Enterprise server - 3.0
JavaScript syntax:NESmyConnection.beginTransaction()

Call this method to signify the start of a new transaction with the database. This is a reference point to which you can rollback the changes if necessary. Note that you cannot rollback after the commit has occurred.