SQL Server Compact 3.5 is an embedded database engine that developers can add to Windows Desktop and mobile applications. It runs as a part of the app and provides an internal data store. It is similar to SQLite and is available from Visual Studio. Unfortunately...