.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUS CONNECTORS


CommitTransactions method
Commits changes when transaction mode is in effect. This applies to all transactions pending through the connection, and takes no arguments.

Defined in

ODBCConnection

Syntax

status = odbcConnection.CommitTransactions

Return value


Usage

Result sets are not affected by the CommitTransactions method; only the back-end database is updated using the information in the transaction log. All updates since the last commit are entered into the back-end database.

Some data sources are auto-commit by default -- changes are automatically made to the database every time you update a record, rather than at specified intervals, as in transaction mode.

Errors

Not connected

Events

BeforeCommitTransactions

AfterCommitTransactions

See Also