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

Re: The XSL-List Digest V2 #594

Subject: Re: The XSL-List Digest V2 #594
From: Matthew Cordes <mcorde61@xxxxxxxxx>
Date: Mon, 10 Apr 2000 11:47:46 -0400
oraclexmlquery xsl
Thanks for replying...

> Instead of calling getString(1) like you would do get the 1st column as
> as string value, you call:
> 
>   getCursor(1) 

This method doesn't appear to be part of jdbc 2.0, the only method that 
explicitly mentioned cursor in its name was getCursorName(), which I'm 
sure is not what you are refering to.  I looked in the documentation for
both the jdk1.2 and 1.3 and this method did not appear to exist in either.

>    OracleXMLQuery oxq = new OracleXMLQuery(yourConnection, yourSQL);
>    Document d = oxq.getXMLDOM(); // to return results as a DOM tree or
>    String   s = oxq.getXMLString(); // to return results as XML "text"

When I do this, all I seem to get as output is an empty ResultSet, 
perhaps you can see my mistake?

// Objects: Connection dbConn, Statement dbStat already exist

	String dbQuery =  "select CATEGORY, cursor (select SUBJECT, 
	NAME, ALIAS from HOUSER.SPEAKER_TOPICS b where b.CATEGORY 
	= a.CATEGORY ) as CHILDDATA from HOUSER.SPEAKER_TOPICS a  
	group by CATEGORY";

	Statement dbStat = dbConn.createStatement();
	ResultSet rs = dbStat.executeQuery( dbQuery );

    OracleXMLQuery oxq = new OracleXMLQuery(dbConn, rs);

	String s = oxq.getXMLString();
	System.out.println( "DOM: " + s );


This always results in this output:
	
DOM: <?xml version = '1.0'?>
<ROWSET/>

	
Again, I really appreciate your help thus far.

-matt


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

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
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.