Archive for the 'SQL CE' Category

Saving, Retrieving Data in Smart Device Applications

In this example I am try to use SQL Compact Edition with Smart Device Applications.
We can store data and update the data in the device using SQL CE, so lets start building a example.
Create SmartDeviceProject and add 2 Forms to it, please design the Form1 & Form2 as displayed in the Screen shot.

Now lets create [...]