In an ASP.NET web application, I need to dynamically create a SQL Compact 3.5 database for a Windows Mobile Compact Framework application from a data source (SQL Server).
I need to create a database file, the necessary objects (tables, ...) and populate the tables with data. The client application (Windows Mobile device) will download this generated file.
What prerequisites (assembly links, installations) do I need - or: is this possible?
source
share