Re: What is the logic of storing XML in a Database?



On 2007-03-29, David Cressey <cressey73@xxxxxxxxxxx> wrote:

You've gotten lots of answers to that question, but all of those answers
beg the following question: why would you want to do those things outside
the context of a DBMS, if you could do them inside the context of a DBMS?

Good question.

If I could manage the transfer inside the DBMS I would. There is little
point in translating the data into XML then back into native format again.

If all database systems had a standard interface to do that with then we
could just connect the databases together and move data around.

In fact there are already two systems that do that. One is XML, the other is
ODBC. I understand that ODBC uses a primitive dialect of SQL to select data
for transmission. If it could be replaced by a better language then it might
be usable.



--
bap@xxxxxxxxxx
In search of cognoscenti
.



Relevant Pages

  • Re: chooses not to generate code at all
    ... >context of execution rather than the DBMS' data. ... >In this context relational algebra provides a meta-meta-model. ... >meta-model that provides the specific mappings necessary for the ... >are Caesar's and render unto the DBMS the things that are data storage. ...
    (comp.object)
  • Re: Proposal: 6NF
    ... Would you agree that if NULL is a value in a particular context (e.g. ... When a developer compares two attribute variables from a relation ... on what the desired behavior is. ... If a DBMS combined with a DBMS schema permit a developer to persist a ...
    (comp.databases.theory)
  • Re: Resiliency To New Data Requirements
    ... although in this case I specifically meant abstraction context. ... To a DBMS user, the structure is a database (or ... structure is an abode. ... data that you care about functions that operate on that type of data" ...
    (comp.databases.theory)
  • Re: What is the logic of storing XML in a Database?
    ... the context of a DBMS, if you could do them inside the context of a DBMS? ... point in translating the data into XML then back into native format again. ... I understand that ODBC uses a primitive dialect of SQL to select data ...
    (comp.databases.theory)
  • Re: DBMS clients
    ... > In fact, he use Tcl/Tk, he will not tell it to them. ... DBMS support is not a general enough problem -- or solution to be in the core. ... subset that is supported by ODBC. ...
    (comp.lang.tcl)