[F]rage Query

11/08/2010 17:16 iBobele#1
Hey e*PvP,

ich habe einen Fehler
wenn ich versuche neue Items einfügen will :(

es kommt immer:

Quote:
[SQL] SELECT * FROM `item_proto`

INSERT INTO `item_proto` VALUES ('100000', 0x566F646B61, 0x566F646B61, '0', '0', '0', '1', '0', '0', '128', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '-1', '-1', '-1', '-1', '-1', '-1', '0', '0', '0');

[Err] 1064 - 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 'INSERT INTO `item_proto` VALUES ('100000', 0x566F646B61, 0x566F646B61, '0', '0',' at line 2
11/08/2010 17:46 xXDemonenXx#2
xD hatte ich bis jetzt auch noch nie ^^

was solln das für ein Item werden ???
11/08/2010 17:56 iBobele#3
[Only registered and activated users can see links. Click Here To Register...]

die hier
11/08/2010 18:01 xXDemonenXx#4
das ist echt komisch

ich will die nicht einfügen habe schon Ü50 andere ähnliche Items eingefügt xD
11/08/2010 18:06 iBobele#5
Ich weis bei mir normal auch
aber bei CrashMash seinen Serverfiles geht das nicht -.-
11/08/2010 18:10 aiiR7'#6
PHP Code:
INSERT INTO `item_protoVALUES ('100000'0x566F646B610x566F646B61'0''0''0''1''0''0''128''''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''-1''-1''-1''-1''-1''-1''0''0''0'
nur das eingeben, du tust 1. was abrufen, und direkt was hinterherjagen? :rolleyes:
11/08/2010 18:26 Metin2ZoCkErr#7
INSERT INTO `item_proto` VALUES (100000, "0x566F646B61", "0x566F646B61", 0, 0, 0, 1, 0, 0, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, 0, 0, 0);


probiers mal jetzt
11/08/2010 19:23 Zephyrinus#8
Versuche es einfach nochmals aber versuche die Query Datein richtig zu ersetzen.