use Attach Java class.
when u like to insert add following code in your java file.
DatabaseAdapter db = new  DatabaseAdapter(getApplicationContext());
dba.open();
dba.insertLevel(1,"anything");
dba.close();



On Thu, Sep 13, 2012 at 10:20 AM, mohammed Nuhail <nuhail...@gmail.com>wrote:

> how to insert data once in sqlite database programatically ?
>
> --
> 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

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

Attachment: DatabaseAdapter.java
Description: Binary data

Reply via email to