Microsoft® .NET Compact Framework (Core Reference)
by Andy Wigley, Stephen Wheelwright, Robert Burbidge, Rory MacLoed, Mark Sutton
Programming a SQL Server CE Application
There are three distinct phases to programming with SQL Server CE: creating the local SQL Server CE database, updating the local data, and merging the locally changed data back to a central database. This section examines the creation of a local SQL Server CE database in code and updating the database from a smart device application programmed using the .NET Compact Framework.
The sample application is designed to help several car-parking attendants record the position and length of stay of vehicles using a smart device application. In this first part, the sample simply records the registration plate and description of the position of a vehicle, as shown in Figure 17-3.
Figure 17-3. UsingSQLCESample application—Add ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access