Results 1 to 8 of 8

Thread: XML as a relational database

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 2002
    Location
    Middle Earth
    Posts
    156

    Question XML as a relational database

    Hello,

    I got the impression from a few articles online that XML can
    be used with ODBC / JDBC just like a regular RDB. Is this
    true, and if so how is the performance?

    Thanks,

    -CC

  2. #2
    Frenzied Member Jmacp's Avatar
    Join Date
    Jul 2003
    Location
    UK
    Posts
    1,959
    You can pretty much use XML for anything, it is essentially a db. They say its the fastest way to convey information though i haven't seen any benchmarks to confirm this.

  3. #3
    Frenzied Member ober0330's Avatar
    Join Date
    Dec 2001
    Location
    OH, USA
    Posts
    1,945
    You can use it as a DB. That doesn't mean that you should. It's good at what it is made for: storing data in a very categorized/organized manner. However, it's not designed to be a DBMS (Data Base Management System). It is not meant for storing large numbers of records and it's certainly not built for designing complex data structures with relationships and such. If you're looking for a good database, use something else. That's all I'm trying to say.
    format your code!! - [vbcode] [/vbcode]

    ANSWERS CAN BE FOUND HERE!!

    my personal company

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Sep 2002
    Location
    Middle Earth
    Posts
    156
    Jmacp and ober0330, thanks for sharing your knowledge and
    giving some guiding advice. Just out of curiosity, are there any
    current standards which would allow a single portable DB
    to work on any platform?

  5. #5
    Frenzied Member ober0330's Avatar
    Join Date
    Dec 2001
    Location
    OH, USA
    Posts
    1,945
    MySQL

    Although, maybe you should more clearly define your needs.
    format your code!! - [vbcode] [/vbcode]

    ANSWERS CAN BE FOUND HERE!!

    my personal company

  6. #6

    Thread Starter
    Addicted Member
    Join Date
    Sep 2002
    Location
    Middle Earth
    Posts
    156
    Thanks ober0330. My needs are to have a local database used
    by a Java application. The database will be mirroring some data
    on an application server (basically a local performance DB
    cache).

  7. #7
    Frenzied Member ober0330's Avatar
    Join Date
    Dec 2001
    Location
    OH, USA
    Posts
    1,945
    Mysql should suit your needs then.
    format your code!! - [vbcode] [/vbcode]

    ANSWERS CAN BE FOUND HERE!!

    my personal company

  8. #8

    Thread Starter
    Addicted Member
    Join Date
    Sep 2002
    Location
    Middle Earth
    Posts
    156

    Thumbs up

    Thank you sir!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width