ISDBDatabase::ForceCommit

From MediaMonkey Wiki
Jump to navigation Jump to search

CoClass SDBDatabase, Interface ISDBDatabase

Sub ForceCommit


Method description

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

Introduced in MediaMonkey version 3.0.3.1179.