Skip to Content
0
Former Member
Mar 01, 2011 at 01:51 PM

Java Mapping JDBC ResultSet to XML

148 Views

Hi All

In my java mapping I call a stored procudere that returns a result set, now I what to convert the result set to XML and parse it back to the mapping.I'm able to loop throug the result set and with getTrace().addInfo I can see the values. Anyone know how I can get this into XML?

Regards