View Single Post
  #2 (permalink)  
Old 07-24-2007, 02:15 AM
simon simon is offline
Member
 
Join Date: Jul 2007
Posts: 44
simon is on a distinguished road
If that version of Oracle has no 'native' XML support you can always create a DOM Document and start populating it by inserting elements for every row and every attribute. That should be a generic routine that allows you to create an XML view for every ResultSet that is returned, regardless of the content of the ResultSet.
Reply With Quote