I am inserting data(First 5 columns) in FIRST ACTIVITY by clicking NEXT
button. By reaching into SECOND ACTIVITY,* I want to further insert
data(NEXT 5 columns)*in tht TABLE using it's ID(Primary Key).
How can we insert data in next 5 colums of tht same row in which we already
inserted data in FIRST ACTIVITY.
I have used db.execsql("INSERT INTO"+TABLE+(SEC,GENDER)" VALUES(2,MALE)
WHERE "+ID"="+getId());
Can we use "INSERT + WHERE CLAUSE in SQLite" like SQL??
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