[android-developers] Re: problem in creating table.

2009-10-11 Thread Mark Achée
I was using the NotePad tutorials to get started with this, and because they hardcoded "notes" as the table name in the create statement, I was having this problem. Even after changing the table name in the create statement, I still had the problem because the database was already created. The q

[android-developers] Re: problem in creating table.

2009-10-02 Thread Honest
and the most significant thing is it is giving error that there is no Table exists with the name inbox1. On Oct 2, 5:41 pm, "Mark Murphy" wrote: > > But it did not call onCreate(SQLiteDatabase db) never so can some one > > tell me what can be the issue in it ? > > Here are some possibilities: >

[android-developers] Re: problem in creating table.

2009-10-02 Thread Honest
Hello, Thanks for you reply. So what should i do to call it ? On Oct 2, 5:41 pm, "Mark Murphy" wrote: > > But it did not call onCreate(SQLiteDatabase db) never so can some one > > tell me what can be the issue in it ? > > Here are some possibilities: > > 1. You are not using the SQLiteOpenHelpe

[android-developers] Re: problem in creating table.

2009-10-02 Thread Mark Murphy
> But it did not call onCreate(SQLiteDatabase db) never so can some one > tell me what can be the issue in it ? Here are some possibilities: 1. You are not using the SQLiteOpenHelper to open your database. 2. You already have an empty database (perhaps lazy-created by SQLite from earlier editio