Originally posted by: postmortemIA
Originally posted by: Crusty
Originally posted by: postmortemIA
XML sucks for relational database. What you can do easily is have some free database installed (mySQL) and then send tables over using JDBC.
Hardly. with a decent API like .NET's XML framework XML is really simple and easy to work with relational data.
Really? Let's say you have database of 50GB size. You think .NET XML parser can handle it?
What's the point of adding two overheads, reading and writing the XML.