java - SQL Input String was not in a correct format on XML -
i formatting .xml file contains coding of .swf game (through .xmls , .dats), however, it's runable server using mysql. i adding items on dat1.xml (basically main .xml), won't post .xml here (it's 79823 lines long) code goes this: code <object type="unique id shown 0x000-0xffff" id="item name"> <class>equipment</class> <item/> <texture> <file>texture .png file</file> <index></index> </texture> <slottype>9</slottype> <description>self explainatory</description> <bagtype>4</bagtype> <feedpower>feed in-game pets</feedpower> <soulbound/> (soulbound = cannot traded) <displayid>name display in-game</displayid> when finished adding new items, tried run server.exe (which selects dat1.xml, among other .xmls items coded correctly server-sided), when server reaches dat1.xml, error shows up: sys...