09.06.2013, 07:06
Hah, oh you have a lot to learn kid. But, I digress.
On the first query, it seems like you're surrounding the id in apostrophes. `id` = '1' So, remove those apostrophes around the 1 and it SHOULD process fine. As far as the second query giving an error, I'm not quite sure. The only thing I would say to do is make sure the field types match the type of data you're trying to store.
And, I can't tell if the third query is processing or not...
I would recommend looking into adding some print statementes under OnQueryError to help identify the errors you're receiving more accurately. I would provide some code, but I don't have access to it as I'm on my iPad.
On the first query, it seems like you're surrounding the id in apostrophes. `id` = '1' So, remove those apostrophes around the 1 and it SHOULD process fine. As far as the second query giving an error, I'm not quite sure. The only thing I would say to do is make sure the field types match the type of data you're trying to store.
And, I can't tell if the third query is processing or not...
I would recommend looking into adding some print statementes under OnQueryError to help identify the errors you're receiving more accurately. I would provide some code, but I don't have access to it as I'm on my iPad.