iToxiicz Posted August 13, 2011 Share Posted August 13, 2011 Right , SO i try to give someone a Badge for PD , Which for me is item ID 64 , And i get this; [2011-08-13 02:44:06] INFO: Incorrect integer value: 'asf' for column 'itemValue' at row 1 I put ASF As the value to test it , Also the item values do not save... Why is this? O_O Link to comment
SHC//Sniper Posted August 18, 2011 Share Posted August 18, 2011 Sry for posting at this old topic but he should get the solution. Well, you can't update an INTeger column with a string value like 'asf', it must be a number. The query will look like that. Do not use ' ' if you want to update an INT column. UPDATE table SET itemValue = 64 [...] Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now