DB oder XML?
Tweet
Hi,
ich bin etwas im Zwiespalt, ich mache gerade eine Anwendung, in der es um die Eingabe und speichern von Daten geht.
Jetzt habe ich ein Programm gefunden, das sagen wir mal ähnlich ist, es sollen dabei auch Daten gesucht werden können.
macht man das besser in einer Datenbank ( SQLite ) oder wie das ähnliche Programm in XML auslagern??
Ich selbst plädiere zur DB, bin aber mal auf eure Meinungen gespannt...
Problem :
ich nutze BMaxNG, da funktionieren die XML libs nicht, im alten BMax schon..
mfg.
Hello Pebender, Welcome to the Forums! :smiley
Yes, as far as I know BlitzNG is constantly updating that it may break existing mods particularly the ones that works with the old or plain vanilla Blitzmax.
Hi,
sry, I will try it in english.
What did you mean , that I should use, a Database or XML?
I think a Database, but i´m not 100% sure.....
Questions over Questions ;)
regards from Germany
Peter
What did you mean , that I should use, a Database or XML?
For me this depends on scalability and performance. Will this data grow significantly over time? Do you need to do search and querying with quick results?
XML seems to be used on certain configurations, documents or settings while databases like SQLite are best suited for keeping records.
Hi,
thanks for your answer, i will use SQLite there will be a lot of record and i think it is more flexible and faster as the XML.
Reply To Topic (minimum 10 characters)
Please log in to reply