Engine Object Methods
The following methods are supported by the Engine object:
Method | Description |
---|---|
The CompactDatabase method compacts and reclaims wasted space in the local Microsoft SQL Server 2005 Compact Edition (SQL Server Compact Edition) database. This method can also be used to change the collating order, encryption, and password settings of the database. |
|
The CreateDatabase method creates a new SQL Server Compact Edition database. |
|
The Repair method tries to repair a corrupted database. |
See Also
Other Resources
SQL Server Compact Edition Engine Object Programming