N
Nash
Hi All,
I have set of data which needs to be stored in a file. The data is
classified into categories say Cat 1, Cat 2... Cat 10 each category
can have any number of entries. The program allows user to rate items
of each category as 1,2&3. Now i need to store the ratings in a file
and whenever the items of categories are listed i should show rating
along with it.
Initially file should be empty. Whenever the user rates an item then
only i need to add an entry into a file. I dono in what format i
should store the data in the file so that i can access the data
quickly. Please provide some pointers.
Thanks in advance.
I have set of data which needs to be stored in a file. The data is
classified into categories say Cat 1, Cat 2... Cat 10 each category
can have any number of entries. The program allows user to rate items
of each category as 1,2&3. Now i need to store the ratings in a file
and whenever the items of categories are listed i should show rating
along with it.
Initially file should be empty. Whenever the user rates an item then
only i need to add an entry into a file. I dono in what format i
should store the data in the file so that i can access the data
quickly. Please provide some pointers.
Thanks in advance.