I\'m using a MySQL database and accessing it through Java.
PreparedStatement prep1 = this.connection.prepareStatement( \"UPDATE user_table
That number is returned when you run the query:
int rows = prep1.executeUpdate(); System.out.printf("%d row(s) updated!", rows);