SQLite Forum

SQL LITE Update
Login
I have an SQL statement 

Database.executeUpdate("UPDATE RequestTable SET SupplyAmt = '"+intreqID1+"' WHERE ID='1-HS'");
 which is supposed to add the number 10 that is in my intreqID1 in my RequestTable in DBBrowser but it does not. How do I make sure that the number shows in the table?