Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > XML > Re: XML ,DOM and database

Reply
Thread Tools

Re: XML ,DOM and database

 
 
Mark Preston
Guest
Posts: n/a
 
      06-24-2003
On Mon, 23 Jun 2003 22:16:24 +0800, "xguy" <> wrote:

>I don't really understand how can we use XML and DOM to exchange information
>among different database. I mean, each database may have a different naming
>structure for elements, a different normalization level, and even different
>methods of describing enumerated information. How can we practically use XML
>and DOM as a "translator" for the information exchanged among different
>database, like sql server database and oracle database?
>

All databases have a number of things in common:-

1. They can take "real world" data and store it.
2. They can take their own data and produce "real world" data.
3. Both these processes are in some way "scriptable".

Now - XML and DOM carry "real world" data that is human-readable and
machine processable. That means you can check it and the scriptable
methods that will work with a database can handle it. You may have to
do a little work BEFORE you pass it to the "script", but that is all.

So very little work is needed to get the XML "real world" form of data
and pass it to your scripted routines for reading into the database
(whatever RDBMS you use).
--
Mark A. Preston, The Magpie's Nest, Lancashire, UK
Website : www.magpiesnest.co.uk
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Database Database Database Database scott93727@gmail.com Computer Information 0 09-27-2012 02:43 AM
DataBase DataBase DataBase DataBase scott93727@gmail.com Computer Information 0 09-26-2012 09:40 AM
Different results parsing a XML file with XML::Simple (XML::Sax vs. XML::Parser) Erik Wasser Perl Misc 5 03-05-2006 10:09 PM
Tools to extract data from SQL database and convert it into XML & insert XML data into SQL databases Harry Zoroc XML 1 07-12-2004 10:10 PM
retrieving xml strings from database, remove pi and build xml Kathy Burke ASP .Net 0 08-04-2003 01:33 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57