A little trouble with a "larger than usual" MySQL query (Error 1064)
#4

Quote:
Originally Posted by Rajat_Pawar
Посмотреть сообщение
Try printing the query at the end into a file, then check if it's completely being sent or not!
pawn Код:
public UpdateAccount(playerid)
{
   // After strcat..
   new File: _file = fopen("mysql_errors.txt");
   if( _file )
   {
          fwrite( update_query )..
   ....
That would help you!
The full query is being sent, I already tested this.

Quote:
Originally Posted by Jefff
Посмотреть сообщение
Its in LoadAccount i think, not in Update
Didn't get'ya there, the thing I want it to do is update the account that I specify, which it should do..
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)