sqlite - Can I add data from different tables of the same database into each row of a ListView in Android? -


can add data different tables of same database each row of listview in android?

i have vendor app , want add data 1 standard items list table , 1 daily table list view.

if both tables have same row format (or @ least you're selecting same type of rows both tables), can combine them single query union. see sqlite select query documentation more info on unions.


Comments

Popular posts from this blog

Delphi Wmi Query on a Remote Machine -