SQL Server Compact Edition 3.5
Posted by: Peter Brombergs UnBlog,
on 14 Mar 2008 |
View original | Bookmarked: 0 time(s)
This is pretty slick. The Database file sizes are small (Northwind = about 2MB), the assemblies to add to an application are small. It supports replication and a lot of other features. No stored procs, but it supports Views and full relational integrity. You can deploy it in a regular MSI project by simply adding the seven dll's and your database file. Best of all, your System.Data.SqlCe namespace works exactly like the System.Data.SqlClient one. For example in a small Windows Forms test app:...