Sql – Using Subsonic 2.2 on Windows Mobile 5 with SQL Server CE 3.5

sql-server-cesubsonicwindows-mobile

I have seen comments stating that Subsonic currently does nt support MS SQL Server CE (SubSonic and MS SQL Server Compact – Data Provider). The link provided is for Subsonic 3.

So my question is, does Subsonic 2.2 support MS SQL Server CE? And if so, is there any documentation on how to use sonic.exe to generate Subsonic's classes and controllers from the database file?

Best Answer

SubSonic 3 does not have templates for SQL CE yet, however 2.2 does support CE. See here for more details. You should be able to follow the standard setup example here to get started, although obviously you'll need a CE specific connection string.