Re: XML in a Relational Database
From: Han (hp4444_at_kornet.net.korea)
Date: 10/24/04
- Next message: Piculo: "Re: XML in a Relational Database"
- Previous message: Oleg Tkachenko [MVP]: "Re: Grouping over multiple nodes - possible?"
- In reply to: Piculo: "XML in a Relational Database"
- Next in thread: Piculo: "Re: XML in a Relational Database"
- Reply: Piculo: "Re: XML in a Relational Database"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 25 Oct 2004 02:10:14 +0900
Recent versions of major DBMS supports XML in a way you save each XML documents in each records typed as XML field. Oracle and SQL. Especially in SQL 2005, now beta, supports Xquery which is used to query the XML within. If your XML is not constrained by schema, you will need frequent type-casting for query.
"Piculo" <PakPiculo(NoSPam.at)gmail.com> wrote in message news:%232MWuUYuEHA.2828@TK2MSFTNGP12.phx.gbl...
>I am trying to build a system to store several XML documents in one
> Database.
> The focus of this application is the XML documents could be whatever. I know
> nothing about the schema of the xml documents that i must save, only know
> that is a xml document valid.
>
> I am trying to store the node in one table, the attributes in another one,
> following (more or less) the DOM.
>
> But i am wondering if this project is already done. I have looked for
> something like this in internet but i find nothing. Do you know if exists a
> DataModel defined for this, and a application to use it?
>
> I already know that exists NXD, (Native Xml Database) but i am trying to do
> for MySql (or whatever Database).
>
> Thanks,
> PiCulo.
>
>
- Next message: Piculo: "Re: XML in a Relational Database"
- Previous message: Oleg Tkachenko [MVP]: "Re: Grouping over multiple nodes - possible?"
- In reply to: Piculo: "XML in a Relational Database"
- Next in thread: Piculo: "Re: XML in a Relational Database"
- Reply: Piculo: "Re: XML in a Relational Database"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|