Hi Vivek, * Rajan, Vivek K <[EMAIL PROTECTED]> [2006-05-05 06:40]: > Sorry, I was not clear in my previous email. I do know the > structure of the for the XML - I was wondering if there was a > direct upload capability, once I know the structure of the XML.
well, you can map generic XML to a relational database by storing each syntactical element of the file in a row of a table, together with information about how the elements are nested. (Various ways to represent trees in a relational database exist.) However, what you get is nearly useless for the kind of querying that you typically want to do with a database. Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/>