[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Generating reports for XML-based tables

  • From: Ronald Bourret <rpbourret@r...>
  • To: xml-dev@l..., jnbello@p...
  • Date: Fri, 19 Oct 2001 23:58:00 -0700

generating reports using xml
Jorge Bello wrote:

> The company I work for, have a bunch of information in an old platform
> (Oracle 7/NCR 3450) which in turn is going to be discarded.
> We want to preserve this information using a XML file for every table
> (this seems to be an easy step).

It is the easy step.

> We want to preserve some SQL-based reports (with select statements
> using "wheres" and "joins").
> 
> I'm convinced that is unavoidable to rewrite these reports and I´m trying
> to figure out what is the better way.

Do you mean that you still want the reports to work over the new XML
documents? I also think you will have to rewrite the reports.
Furthermore, you're going to need a query language/processor that can do
joins across XML documents. I think your choices are:

1) Rewrite the queries using an XML query language that supports
cross-document queries and then write a query processor for that
language.

2) Rewrite the queries using an XML query language that supports
cross-document queries and then find an existing query processor to run
the queries.

3) Put the data into another relational database and forget about XML
altogether.

Personally, I think (3) is the best option. And if the data is static
(which I assume it would be), you could use MySQL, which is very fast
but (I'm pretty sure) doesn't support transactions. Since it's free,
your only expense would be buying a new PC to run it on.

-- Ron

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.