
Originally Posted by
symbianyucca
Basically there is not much that could be done, provided that you are 100% certain that the data sent is excatly correct, and the only problem is that server says that it is not. Then it appears that your Query does sent data, and you get reply back, thus your communications are working. And as it is your own code and logic, and without knowing what the server actually gets, it is rather impossible to know what is going on there.
Anyway, you could always try making a script on your own server, and for debugging purposes try connecting your application to that script. And then see what kind of data you would be receiving.