Subject: Re: DB connectivity thru java
From: "Steve Muench" <Steve.Muench@xxxxxxxxxx>
Date: Mon, 27 Aug 2001 08:34:19 -0700
|
| I want to connect to my database and use the data as xml for further
| processing... How can i connect to a database? I have been trying to reach
One easy way is using the Oracle XML SQL Utility, which
can use any JDBC driver against any database and produce
SQL query results in XML as a DOM, a String, a Stream,
or a SAX2 event stream.
It's part of our "Oracle XDK for Java" at:
http://otn.oracle.com/tech/xml
and it's free with free runtime license. :-)
_____________________________________________________________________
Steve Muench - Developer, Product Manager, XML Evangelist, Author
"Building Oracle XML Applications" - www.oreilly.com/catalog/orxmlapp
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|