As Mark writes the syntax is not valid. You should use "update".
Please refer to the SQLite documentation for specific syntax questions
- to the best of my knowledge the official documentation of standard
SQLite also covers the features available on Android:
http://www.sqlite.org/lang_update.html

On Tue, Jul 24, 2012 at 3:06 PM, vikalp patel <[email protected]> wrote:
> I would like to Insert data in my next columns of TABLE with help of
> Signup2Activity which has been already inserted by "SIgnup1Activity.java".
> HereBy i had attached all the necessary file to find the error.
>
> ERROR: Database: near "Where": near "INSERT INTO"+TABLE+" ( "+columns+")
> VALUES ("+first.getText().toString()+") WHERE "+ID+ "="+ id;
>
> how can we insert data in next columns of database with already entered data
> in their first few columns??
>
> ANy help is most welcome!!
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" 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-developers?hl=en



-- 
Michael Banzon
http://michaelbanzon.com/

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" 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-developers?hl=en

Reply via email to