[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 :)
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.