How to save data from different pages in the same row of an SQLite table ?
-
Hi,
What part you don't know about ?
-
My inputs.
- Try to understand how db works. How to create table, how to insert data into table. This will help you.
- You are talking about your internal logic of your program. Please try to store the your internal information(e.g who logged in ) in some variables. This is purely logic of your program.
- When you want to store the information, you need to collate all the information and the dump data to db.
I'm sure this more of programming logic question.