|
It depends what you want exactly you want to store in it. For simple or relational tables of information, a database such as MySQL, MSSQL, Oracle, etc. is good.
XML is better for single or small numbers of records, configuration settings, or transfering data between applications or services.
XML might be a better option if the data is more or less static and won't change often, for example a list of countries or states. If the data will be changing on a regular basis, such as records of orders taken, customer lists, etc. then a database would probably be a better choice.
__________________
Minaki Serinde MCP
"Wow, Linux is nearly on-par with Windows ME!"
Please login or register to view this content. Registration is FREE | Please login or register to view this content. Registration is FREE
|