Results 1 to 2 of 2

Thread: Application Data -- Reading & Saving

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2002
    Posts
    73

    Application Data -- Reading & Saving

    Windows Mobile 6, PPC

    I'm new to mobile programming and am interested in what people think would be the best method for saving and retrieving data? I know that's a pretty wide open question but I am talking about smaller amounts of data.

    Normally data I would store in a CSV or something, one line of data per record. But I was wondering if there is a better way to store and retrieve the data as a CSV makes this a bit of a chore when you want to change just a single record in the middle of records, etc.

    The amount of data I am looking at isn't large and doesn't require the overhead of SQL or anything (although I may use it just to learn how it works in the mobile environment, but it isn't necessary for this app).

    Is there a tried and true way to do this? Some sample code somewhere? Any help in either VB.NET or C# would be great.
    Troy

  2. #2
    Frenzied Member
    Join Date
    Oct 2005
    Posts
    1,286

    Re: Application Data -- Reading & Saving

    Hi,
    use XML or SQL Mobile.

    There are samples here and if you search this forums, there are plenty of pointers to samples of starting with both

    Pete
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width