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
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:
>
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
> 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
4 matches
Mail list logo