SQL CE in Mango–Updating the Schema
In my previous post I talked about general usage of SQL CE database in Mango. In this example I am going to talk about keeping the database schema updated. For example, I want to add a column to Person table from previous post. I would like to add Notes column with the following definition: …