Warlock051
Member
:sign0085:
How to get content of one row from table in combo box, where SQL query is:
I want to have groups of items showed in combo box directly from database and then when user choose one group, to use that group to show only items from that group
How to get content of one row from table in combo box, where SQL query is:
B4X:
SELECT group FROM items GROUP BY group
I want to have groups of items showed in combo box directly from database and then when user choose one group, to use that group to show only items from that group
B4X:
SELECT * From items WHERE groupa='choosed from combox'