Quote:
UPDATE Users\n SET Interior'%d', VWorld='%d' WHERE Name='%s'"
|
Here you missed an '=' also, quotes is not need for integer values, its used in strings. so make it as Interior = %d and also remove that '\n'. There is no point in using that in SQL queries