Tagged Questions
2
votes
2answers
227 views
Convenience of mySQL over xml
Currently I use XML to store specific information to correctly load a few things such as a list of specfied characters, scenes and music, Once more I use JAXB in combination with standard ...
-3
votes
1answer
91 views
Why would selecting a lot of rows crash my game? [closed]
I have a databse that contains:
id , playlistname , playlistnum
and I want to get alll the rows where playlistname = "CoolPlaylist"
and I want to parse them 1 by 1, so I thought of doing this:
...