| Author |
query on an XML Database
|
omar bili
Ranch Hand
Joined: Aug 13, 2004
Posts: 177
|
|
Hi i am working on an oracle database my query is: - select * from aaa aaa is: -create table aaa ( aaID integer not null , aaDESCR XMLTYPE ) how can i obtain the aaDESCR from the table aaa? i want to retreave the whole xmldocument. does the resultSet have any function that can return XML, the getString function is returning 'null' thx
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24081
|
|
|
This is an JDBC/Oracle question, so I'm going to move it to our JDBC forum.
|
[Jess in Action][AskingGoodQuestions]
|
 |
 |
|
|
subject: query on an XML Database
|
|
|