Re: looking for db2xml

From: Aleksei Valikov <valikov_at_fzi.de>
Date: Sun, 22 Jul 2001 21:55:45 +0200
Message-ID: <9jfb21$7ki_at_absalom.fzi.de>


Hi.

> I am looking for a program which can be used to simply generate XML from
> database sources with child tables included, i.e. of the nature of the
> following -
>
> <order>
> <client_name> XYZ </clientname>
> <lines>
> <line id=1>
> <product> 123 </product>
> etc
>
>
> I have looked at http://www.intsysr.com/ and their odbc2xml which seems to
> most closely fit my needs, but this runs on a PC and I want to be able to
> run this on Unix/Linux, so wanted something similar in C/C++, Java or
 Perl.
>
> The program http://www.rpbourret.com/xmldbms approaches what I want, but
 is
> perhaps too complex, as I do not need the complexity of internal DOM trees
> etc.
>
> My preferred database is Oracle, but the ability to connect to other
> databases (JDBC or DBI) would be useful.
>
> Thanks in advance,

You missed the elephant. Oracle has very good XML SDK with XSQL servlet which does what you need and much more. It is very powerful and native to oracle, but is also open to other JDBC-enabled sources.

Bye.
/lexi Received on Sun Jul 22 2001 - 21:55:45 CEST

Original text of this message