Thursday, July 26, 2012

[android-developers] Re: Insert data using SQLite Database with Insert + Where Clause after already entered data in next colums!

http://www.sqlite.org/lang_insert.html 

On Tuesday, July 24, 2012 2:06:50 PM UTC+1, vikalp patel 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment