Using XML as a storgae option in a smart device application.
Hello, i am trying to develop a small pocket pc smart device application in vb.net, i want to read some simple data into my application from another location.
Somenone i know directed me to this page at msdn:
http://msdn.microsoft.com/library/d...tcpctfrmwrk.asp
but i must admit i think the is far more advanced than i require(??) i have not found it very useful as it is it far beyond what i have ever dealt with before. I simply want to read-in from an external file (of some type) called products, a few records, say 10, each with 10 fields and then place these in an array. e.g.
PRODUCTS
Tea
75 cents
168 boxes
Coffee
89 cents
134 boxes
Bread
45 cents
50 loaves
Then in vb.net this would become PRODUCTS{tea, 75 cents, 168 boxes etc etc}
does anyone know how xml could be simply applied to achieve this??