36.1.1 Database Objects

OpenView( sql)
Return a view object, by calling MSIDatabaseOpenView. sql is the SQL statement to execute.

Commit( )
Commit the changes pending in the current transaction, by calling MSIDatabaseCommit.

GetSummaryInformation( count)
Return a new summary information object, by calling MsiGetSummaryInformation. count is the maximum number of updated values.

See Also:

MSIOpenView
MSIDatabaseCommit
MSIGetSummaryInformation

See About this document... for information on suggesting changes.