Commit method Commits
the changes to the storage
Syntax:
object.Commit [(flags)]
Parameters:
The same values as in the IStorage->Commit member - see MSDN for
more information
Remarks:
Commits the changes made to the storage.
Note this operation is supported only by a few storages such as the
storages in the OLE compound files opened in appropriate mode. However
in transaction mode temporary files will be created and the Commit and
Revert operations will be slow and space consuming. This makes such
techniques not-recommended for WEB applications and for any other kind
of shared application. See IStorage::Commit in MSDN for more
information on this method in case you need it.
Applies to: SFStorage object
See also: Revert |