Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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