In this part-V blog series we are going to see how to create Simple SQL Compact Edition DB .
1) Start Visual studio and then create or open existing Smart device project.
Click Data in the VS.NET IDE menu and select "Add New Data Source..." to see the following dialog window
Select Database and click Next .
Now we need to select MS SQL CE 3.5 data source and click OK.
Click Create and provide the File name for the SQL CE DB. you can provide Encryption password but in my case i am going to leave blank.
NOTE: SQL CE edition DB have .SDF extension .
Now open the Database and create new table and create the Columns for the newly created table
Now build the project and deploy to the Emulator .
Open the DB from emulator and you can view the DB as shown.
In Query Analyzer, expand the tree under the Objects tab. Query Analyzer allows you to explore and manage SQL Mobile databases from within the PDA environment.
Nandri(Thanks)
SreenivasaRagavan.
No comments:
Post a Comment