473,396 Members | 1,987 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

XML in a Relational Database

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.
Nov 12 '05 #1
2 1768
But i cannot use oracle because it is expensive, and MSSql the same. I need
a cheap and light database. Oracle and MSSql spends a lot of resources of
the machines.
My alternatives are MySql or Postgress, or maybe Access but i think the last
one it is no so powerfull like the previos ones.

Cheers,
PiKulo.

"Han" <hp****@kornet.net.korea> escribio en el mensaje
news:Oy**************@TK2MSFTNGP14.phx.gbl...
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:%2****************@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.

Nov 12 '05 #2
Han
No, at least MS-SQL is free. Without IDE, MS-SQL express is free. If you are
comfortable with command lines of MySQL, you'll be same with MS-SQL express.
With more power on XML. And same database engine of commercial version of
MS-SQL.

http://www.microsoft.com/downloads/d...displaylang=en

"Piculo" <PakPiculo(NoSPam.at)gmail.com> wrote in message
news:ub**************@TK2MSFTNGP14.phx.gbl...
But i cannot use oracle because it is expensive, and MSSql the same. I
need a cheap and light database. Oracle and MSSql spends a lot of
resources of the machines.
My alternatives are MySql or Postgress, or maybe Access but i think the
last one it is no so powerfull like the previos ones.

Cheers,
PiKulo.

"Han" <hp****@kornet.net.korea> escribio en el mensaje
news:Oy**************@TK2MSFTNGP14.phx.gbl...
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:%2****************@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.



Nov 12 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

34
by: yensao | last post by:
Hi, I have a hard time to understand difference and similarities between Relational database model and the Object-Oriented model. Can somebody help me with this? Thank you in advance. ...
5
by: Brent Ritchie | last post by:
Hello, My name is Brent Ritchie. I am starting a project for my family as a christmas present. What I want to do is create a lightweight database of my family tree, and allow family members to...
5
by: Markus Seibold | last post by:
Dear NG, I am working on a student project about a mobile tourism information system and among others I have to answer the question whether to use: - a relational database - a XML-native database...
0
by: Stylus Studio | last post by:
DataDirect XQuery(TM) is the First Embeddable Component for XQuery That is Modeled after the XQuery API for Java(TM) (XQJ) BEDFORD, Mass.--Sept. 20, 2005--DataDirect Technologies...
49
by: Mike MacSween | last post by:
I frequently hear that there isn't a commercially available dbms that fully implements the relational model. Why not? And which product comes closest. Mike MacSween
1
by: Tim Fierro | last post by:
Hello, I have had many years using flat file databases (File Express from way back) but am now at a company where a relational database is needed and would carry us into the future. Since I...
7
by: Pradeep | last post by:
Hello, I need to take a set of input tables and create an XML output file. The format of the XML output must be user-definable and must be intuitive enough for non-techies to use. input...
24
by: sonos | last post by:
Hi, I am working on a program to archive data to disk. At what point is it best to use a relational database like MySQL as the backend instead of a C program alone? Thanks to any and all...
10
by: nayden | last post by:
I started playing with python a few weeks ago after a number of years of perl programming and I can say that my first impression is, unsurprisingly, quite positive. ;) The reason I am writing here...
13
by: sulyokpeti | last post by:
I have made a simple python module to handle SQL databases: https://fedorahosted.org/pySQLFace/wiki Its goal to separate relational database stuff (SQL) from algorythmic code (python). A SQLFace...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.