Thanks Rajendra.

I've checked the declarations and found it is OK. Any other idea?

-P

On Jan 19, 3:12 am, Rajendrakumar Chinnaiyan
<[email protected]> wrote:
> Hi,
> I think you might missed this class declaration....
>
>
>
> On Sat, Jan 17, 2009 at 7:07 AM, Peace_in_mind <[email protected]> wrote:
>
> > Hi,
>
> > I'm trying to get some hand on how to use Sqlite in Android and
> > imported this tutorial in Eclipse (3.4).
>
> > Before changing anything in the following method DatabaseHelper, I get
> > an error as "The constructor SQLiteOpenHelper(Context, String, null,
> > int) is undefined.
>
> > private static class DatabaseHelper extends SQLiteOpenHelper {
>
> >        DatabaseHelper(Context context) {
>
> >            super(context, DATABASE_NAME, null, DATABASE_VERSION);
>
> >        }
>
> > I've successfully run emulator for the NoteList application where they
> > use SQLiteOpenHelper.
>
> > Do you have any suggestion what it may have caused? I imported the
> > Notepadv1Solution and there too I see the same error.
>
> --
> Regards
> Rajendrakumar Chinnaiyan
> Testing Services
> Wipro Technologies
> Mob : +919886293435
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to