Jump to content
  • 0

Problema MYSQL


Shad0wdpbgd

Question

Salut, am aceasta problema in mysql si nu stiuuuuuuuuu cum sa o rezolv, ma chiorasc aici de juma de ora...

COD:         gString[0] = EOS;
        mysql_format(SQL, gString, sizeof(gString), "UPDATE `users` SET `Money`=`Money`+'%d', `Respect`=`Respect`+'%d', `JobGoal`='0' WHERE `JobGoal`>='%d' AND `Status`='0'", rand_money, rand_rp, GOAL_PLAYER);
        mysql_tquery(SQL, gString, "", "");

EROARE: [00:34:26] Error ID: 1064, Error: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ''0' at line 1
[00:34:26] Callback: 
[00:34:26] gQuery: UPDATE `users` SET `Money`=`Money`+'5758503', `Respect`=`Respect`+'8', `JobGoal`='0' WHERE `JobGoal`>='1000000' AND `Status`='0

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Salutare, incearca urmatoarea instructiune mysql

mysql_format(SQL, gString, sizeof(gString),"UPDATE users SET Money=Money+%d,Respect=Respect+%d,JobGoal=0 WHERE JobGoal>=%d AND Status=0", rand_money, rand_rp, GOAL_PLAYER);

 

 

    __  ____      __           
   /  |/  (_)____/ /____  _____
  / /|_/ / / ___/ __/ _ \/ ___/
 / /  / / (__  ) /_/  __/ /    
/_/  /_/_/____/\__/\___/_/     
SERVICII SCRIPTING DE CALITATE
Pagina     Scripting     pawn
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.