[This is preliminary documentation and subject to change.]
Creates and opens a new SQL CE database.
[Visual Basic]
Public Function ( _
ByVal
Boolean As
Boolean _
) As
Boolean
Parameters
-
Boolean
- If true, the creation process will overwrite an existing database with the same name.
Return Value
True if successful.
See Also
SqlCeDatabase Class | Primeworks.DesktopSqlCe Namespace