Good day folks.
Problem: My program needs to import data from a database and display them in a table then manipulate and display the data in various ways. That bit is solved the next part is where I need help.
The program then needs to save locally...
- the newly processed data (what I mean is the data from the database plus all related data created by way of data manipulation).
- the last view of the program? (What I mean is, when the program is restarted I want it to display the last thing the person saw; GUI and data.
- and finally I want to save the user settings like database credentials and user preferences.
So I want to save all this data in such a way that I have a cohesive program. Please give me some leads. I'll do the research myself.
Thank you.