If you have seriall , I would suggest to check the schema in the application
database by
sqlite>> .schema
and check the column name again(making sure its present in the table) and
structure of table.

On Tue, Nov 16, 2010 at 6:10 PM, DanH <[email protected]> wrote:

> First thing to do is to VERY CAREFULLY read the code that you use to
> create the DB and to reference the column.  Very likely the problem is
> a typo in one of the names or in the definition statements.  Check
> carefully the spelling of everything.
>
> And it never hurts to do as Kumar suggests and delete, then reinstall
> the app.  Plus you might want to try "cleaning" your project and
> building anew.
>
> On Nov 16, 2:38 am, 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]<android-developers%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
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