Create SQL Server CE database file programmatically

Viewed 37456

How can I create a new SQL Server Compact database file (.sdf) programmatically, without having an existing template file to copy from?

2 Answers
Related