Android Question SQL Update command

mscientist33

Active Member
Licensed User
I can't find an example of an SQL statement using the "UPDATE" command. This is the page I'm use to using to go by: B4A SQL

This is my current SQL:

B4X:
mSQL.ExecNonQuery2("UPDATE " & cselectedversion  & " SET fav=? WHERE id=?", Array As String("1",p.GetView(2).Tag))
 
Top