Hi guys, i have a class dbHelper which creates my database, it's a
SQLiteOpenHelper.
So if i reffer to it like

dBHelper base = new dbHelper(this);

and then

SQLiteDatabase db = base.GetWritableDatabase();

it should work, right?

But when i try

db.insert(TABLE, NULL, VALUES);

it does not show any error, but, it doesn't add any data to the table
either.

Is there anything that i'm missing?


Thx, have a nice beggining of week ;D

-- 
Jorge Luis Ferrari Cé
Desenvolvedor / Web Designer
Siga @JLFerrari

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

Reply via email to