Hi!
I'm sure, that there is a simple solution, but im really stuck at the moment...
Im using a SQLLite DB, which works really fine.
I have this structure:
Table 1:
ID | NAME | Positions
Table 2:
ID | Name
The values in Table 2 shall be inserted via Code lateron in the results from Table 1...
So if I have the entrys in Table 2:
1 | Home
2 | Work
3 | School
And this entry in Table 1:
1 | Test | 1, 2
It should be read in a List which consists of Types and the value 1 and 2 should be acessible..
Thank you!
I'm sure, that there is a simple solution, but im really stuck at the moment...
Im using a SQLLite DB, which works really fine.
I have this structure:
Table 1:
ID | NAME | Positions
Table 2:
ID | Name
The values in Table 2 shall be inserted via Code lateron in the results from Table 1...
So if I have the entrys in Table 2:
1 | Home
2 | Work
3 | School
And this entry in Table 1:
1 | Test | 1, 2
It should be read in a List which consists of Types and the value 1 and 2 should be acessible..
Thank you!