I am creating a windows phone application, which need to store some data in database. Now I am saving these data in some text files in isolatedstorage. I am trying to create one database in my application and failed. Can anyone help me to create a database. I referred the following pages but I could not Understand it clearly. http://msdn.microsoft.com/en-us/library/hh202860(v=vs.92).aspx
http://windowsphonegeek.com/tips/Windows-Phone-Mango-Local-Database-SQL-CE--Creating-the-Database
http://www.silverlightshow.net/items/Windows-Phone-7.1-Local-SQL-Database.aspx
The application downloads some files. My table contains a documentID which is the primary key, the document name,file size and download completed time. How to update the table?