Hi! I whould like to store information like in a database, but I dont want to use any database...is there any smart way to store data in the application itself?...or should I stick to building an access database and let the data be stored in there?
Im building an application to start a timer and I then want it to be possible to save the time and also name each "timeer" to a specific name...so my first idea were to create a access-db where I store the ID the Name of the timer and the Time of the Timer...but is there any more professional way or ebtter way to store such data without useing a database?
Thanks in advance!
Store data..Which way should i use to store data...and is there any other way?
Page 1 of 1
2 Replies - 799 Views - Last Post: 25 December 2008 - 05:09 AM
Replies To: Store data..
#2
Re: Store data..
Posted 24 December 2008 - 07:50 PM
If there is not much data and you plan to re-use it multiple times, then you should store as application settings. If you have a big amount of data and don't want to store it into a database, you can always store it in an external file (either regular text file or XML).
#3
Re: Store data..
Posted 25 December 2008 - 05:09 AM
ok..well i think I will stick to an access-db anyway, since I know most of the basics for that..thanks anyway
This post has been edited by inx51: 25 December 2008 - 05:10 AM
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote




|