
Overview of SQL Server Compact 3.5
SQL Server Compact 3.5 is the ideal database for device applications because it provides:
Lightweight operation (It runs in process and requires only a 2MB installation on the device.)
A rich subset of SQL Server query programming features.
A rich and consistent subset of SQL Server data types.
Support for ADO.NET and OLE DB.
Local data storage using an .sdf database file.
Data synchronization (using a Microsoft SQL Server database through RDA, Merge Replication, and Microsoft Synchronization Services for ADO.NET).
Local security
The SQL Server Compact 3.5 database engine provides password protection and encryption to help you secure local databases on devices. It also allows you to configure a variety of connectivity security options.
Connections with a Server
SQL Server Compact 3.5 supports merge replication, remote data access, security planning, and security implementation at the server.
Installing SQL Server Compact
Getting Help