I have two sqlite tabels which are joined together with key - it is a sort of 'customer order' relationship.
Any examples around - been seraching without result
I am just looking for example with the feature of showing List of Customers and List of orders. That means two tables two views (customers and orders).
If the user clicks on selected customer then the customers order list should show up in another view.
This is just a common example seen in other different programming language. Perhabs it is available here in this community - I will look around again.
The SQL statement is not a problem here. Thanks for your input Straker.
I would do it in two steps:
- Fill the Customer list with one query.
- When the user clicks on a customer fill the second list or table with a new query knowing the customer ID.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.