Nimish John
Lurker
Hi frnds...am new to android...i hav a doubt...
i have a query lik ths...
"select
item.a,item.b,customer.a,customer.b from item,customer
where (some condition)"
can i retrieve data from ths query like ths....
cursor.getString(1);
cursor.getString(2);
will it create any problems?
how is it differentiate with getColumnindex();
please can any1 explain?
i have a query lik ths...
"select
item.a,item.b,customer.a,customer.b from item,customer
where (some condition)"
can i retrieve data from ths query like ths....
cursor.getString(1);
cursor.getString(2);
will it create any problems?
how is it differentiate with getColumnindex();
please can any1 explain?