Results 1 to 2 of 2

Thread: [2005] Easy way to store data?

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 2007
    Posts
    44

    Talking [2005] Easy way to store data?

    Hey everyone!

    I have a program with different fields of text boxes that the user can input into. Then there is a save option.

    Is there a very easy was to save the data and which fields they go into so the next time the program is opened the stuff that was there is still there (and blank fields are still blank)?

    Thank you
    Last edited by jackson.mackenzie; Dec 15th, 2007 at 04:28 PM.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [2005] Easy way to store data?

    There are numerous ways to persist data, e.g. databases, XML files, text files. Which way YOU choose depends on what the data represents, how much of it there is and what you want to do with it.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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