ISDBDatabase::ForceCommit: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
(No difference)

Revision as of 21:44, 27 May 2008

CoClass SDBDatabase, Interface ISDBDatabase

Sub ForceCommit


Method description

Finishes already started SQL transaction. It had to be previously started by BeginTransaction. Unlike ordinary ISDBDatabase::Commit this method always forces SQL COMMIT command to proceed and thus waits for other threads to finish what they are currently doing. ISDBDatabase::Commit is a preferred method, use ForceCommit only in case you need to unlock database for some reason.

Introduced in MediaMonkey 3.0.3.1179.