heyy…i am creating a game…where the player may have collisions with the environment…i need to store information about these collisions and the co ordinates in my DataBase…
dnt knw hw 2 proceed…can sum1 plzzz help??
1 Answer
1currently…was developing 4 a stand alone machine…bt wish to keep d optn of making it web based open too…
so xml or SQl???
Do you really need a SQL database for that? A simple text file, or even a XML file will probably suffice. If you're not absolutely sure you need databases (technically a
– asafsitner.inikey-value text file can be considered a database as well, but nevermind) save yourself the headache and work with txt/xmlSpecs: what type of client are you using and what database?
– BerggreenDK