Need a bit help here. Couldn\'t find any good info in doc, forum or google. I got a list, and I need to run some sql + astored procedurefor each item in list. Im using spring(2.5)jdbc, oracle 10 db, java web app. ...
There is, however, a catch when combining XML results fromstored procedureswith the JDBC adapter’s XML SQL format: the XML returned by thestored procedurewill be wrapped in the XML SQL response structure. More specifically, the XML ...
But sometimes we need to retrieve more complex data, eg in the form of an XML document returned from astored procedurecall. The challenge with this is that the XML returned by thestored procedurewill beescaped ...
Throughjdbc stored procedurecall Have to be adopted into thejdbc stored procedurecall, for how to achieve? I have seen in two situations: 1) return a result set (ResultSet). 2) return a specific value.