The only way to be sure that the table and its colums are as you think
they should be is to connect to the sqlite database on your emulator/
device and check the schema that's there. So:

adb -s <emulator_device_id> shell
sqlite3 /data/data/<your_package>/databases/<app_name>.db
.schema <tablename>


On 16 nov, 09:38, Rahul Garg <[email protected]> wrote:
> Hi guys,
>
> I am facing problem with my database while inserting values that it is
> showing that it has no column named totalpurchase. While I clearly
> declared it in my table and the other columns are not showing this
> problem. can you suggest what is wrong with this.
>
> --
> Rahul

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to