Martijnsx2
Member
Hi,
I am a very beginner and did not find a definitive solution in books.
I want users to input data and then save it to a file or database. The data is in a table form. So every day a users inputs variables and these variables must be saved.
Users can later view these variables and change them if needed. I have to do calculations with the data.
The data will be saved like:
Day Temperature Distance Win
1 19 3 Yes
2 20 1 No
3 19 5 Yes
4 15 2 Yes
What will be the best type of variable that i can use and what will be the best form to save the data such that i can easily do calculations? Use a text file or a database? And which one.
It would be nice if i can adress data cells by referring to the colomn and row numbers.
Can you direct me to an example that does save and read data?
Thnx!
I am a very beginner and did not find a definitive solution in books.
I want users to input data and then save it to a file or database. The data is in a table form. So every day a users inputs variables and these variables must be saved.
Users can later view these variables and change them if needed. I have to do calculations with the data.
The data will be saved like:
Day Temperature Distance Win
1 19 3 Yes
2 20 1 No
3 19 5 Yes
4 15 2 Yes
What will be the best type of variable that i can use and what will be the best form to save the data such that i can easily do calculations? Use a text file or a database? And which one.
It would be nice if i can adress data cells by referring to the colomn and row numbers.
Can you direct me to an example that does save and read data?
Thnx!
Last edited: