Re: [android-developers] Database access from another android phone.

2012-04-02 Thread Nimish John
Thanks friend. I understud it partially I am retrieving data from database(everywher) in this format(cursor.getString(5) etc.. The problem i am facing is... I have a item "stock" variable in one class which will b updated to db frequently according to ma prgm logic when i am retrieving

Re: [android-developers] Database access from another android phone.

2012-04-02 Thread Nimish John
Hi friends... 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(); p

[android-developers] Database access from another android phone.

2012-03-30 Thread Kirupa
I want to access database of an application(I know the structure of database) from the another android phone.(every android phone has same application same database). -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, se