Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 1.51 KB | None | 0 0
  1. [23:24:26] [MySQL] Error (0): Failed to exeute query. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'keys WHERE Typ='1' AND Target='76' AND Benutzername='Fabi'' at line 1.
  2. [23:24:26] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'keys WHERE Typ='1' AND Target='76' AND Benutzername='Fabi'' at line 1.
  3. [23:24:26] [MySQL] Error (0): Function: mysql_num_rows called when no result stored. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'keys WHERE Typ='1' AND Target='76' AND Benutzername='Fabi'' at line 1.
  4. [23:24:29] [MySQL] Error (0): Failed to exeute query. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'keys (Typ,Target,ExTarget,Benutzername,Besitzer) VALUES ('1','76','1','Fabi','Ju' at line 1.
  5.  
  6.  
  7.  
  8. Code Fehler 1-3:
  9.  
  10. format(string,256,"SELECT * FROM %s WHERE Typ='%d' AND Target='%d' AND Benutzername='%s'",mysql_keys,KEY_TYPE_FLAT,Houses[i][hID],PlayerName[playerid]);
  11.                            
  12.  
  13.  
  14. Code Fehler 4:
  15.  
  16.  
  17. format(string,512,"INSERT INTO %s (Typ,Target,ExTarget,Benutzername,Besitzer) VALUES ('%d','%d','%d','%s','%s')",mysql_keys,KEY_TYPE_FLAT,h,wohnung,PlayerName[playerid],Houses[i][hOwner]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement