I want to store all this in one tinyDB(overall DB as name), so when I command to display text from all this DB’s in this above image, I should use only one DB’s name (overall DB)
in the command
what i want is to save many db’s data in one db , but not affecting it origin(from where it comes)
is it is not possible, how can i store different textbox’s text in one single DB and when a button is clicked ,all the text should display in its respective textbox
How to work with Lists by Saj
this site says to use variable ,but i have to cross screens now and then in the app, thats why i needed a TinyDB. is there any other way to solve it???
if there is no other way of doing it , how could i make the variables constant, i.e, make variables the value of variables not to be erased when crossing screen
or
when i give the overall DB’s name in the loading textbox , it should load the specific Overall DB(because diferent input should have different DB name)