Also "INSERT INTO"+TABLE would not have the required whitespace (unless TABLE starts with a space)
On Thursday, 26 July 2012 07:30:08 UTC-4, RichardC wrote: > > 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 [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

