Label: sql+cookbook+xml

Content with label sql+cookbook+xml in Groovy (See content from all spaces)
Related Labels: kml, earth, query, groovy, file, parsing, google, javadoc, recipes, html ( - sql, - cookbook, - xml )

Convert SQL Result To XML
How to convert SQL Result  to XML ? import groovy.sql.Sql import groovy.xml.MarkupBuilder def schema = "PROD" def sql = Sql.newInstance("jdbc:oracle:thin:@hostname:1526:$ ", "scott", "tiger", "oracle.jdbc.driver.OracleDriver") / Request / def req = """ SELECT id, name, givenname ...