Re: [android-developers] Getting null value while retrieving _id value from database

2011-09-22 Thread Krishna Prasad
im using _id as auto increment .SO is that a problem? On Thu, Sep 22, 2011 at 1:49 AM, Krishna Prasad krishnaprasadrs.1...@gmail.com wrote: Hi all, Iam getting null value from colum_id while im trying to save it in a variable.But the thing is,im getting other column's value correctly.

[android-developers] Getting null value while retrieving _id value from database

2011-09-21 Thread Krishna Prasad
Hi all, Iam getting null value from colum_id while im trying to save it in a variable.But the thing is,im getting other column's value correctly. here is the sample database code public Cursor getWebFields(String FormId) { SQLiteDatabase db = this.getReadableDatabase();