• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Getting null Cursor from DBAdapter inspite of record being there in table.

rraiyarela

Lurker
Mar 15, 2010
2
0
Hello All,

In my android application i have created a class to handle sqlite database & table.
In that i have created one function which returns all the records in the table.

Below is the code i m using

Cursor result=null;result = db.query(DATABASE_TABLE1, new String[]{KEY_ID,KEY_UID,KEY_TICKETID},null, null, null, null, null);

return result;


inspite of records being there i m getting a empty cursor.

But if i write

System.out.println("getAllItemsCursor(), " + result.getCount());

before return result statement i m getting the records properly i.e. non-empty cursor.

Can anybody guide me where i m making a mistake.
 

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones