CreateDatabase Method (SQL Server Compact Edition)
The CreateDatabase method creates a new Microsoft SQL Server 2005 Compact Edition database.
Syntax
object.CreateDatabase(LocalConnection)
Parameters
Parameter | Description |
---|---|
LocalConnection |
A string value specifying the path and file name of the database to be created. |
Prototype
HRESULT CreateDatabase(BSTR LocalConnection);
See Also
Other Resources
SQL Server Compact Edition Engine Object Programming