GeekArticles
Java
JDBCConverting JDBC Result Sets to XML
Author: developer.com |
Published: 10th Aug 2005 |
Visited: 980 times |
Add CommentFiled in: JDBCBy Jeff Ryan Go to page: 1 2 Next Introduction XML has become the common format for passing data between components residing on different platforms. With the move to XML-based services, developers often find themselves converting various data structures to and from XML. Arguably, the most prevalent form of persisting data is in relational databases. How does one go about converting relational data structures into XML? In this article, we'll do just that and build a utility to expose...n
Read Article Sponsored Links
Related Articles
• 11g SQL Result Cache vs times Ten hi Tom
A few monthes back i designed an architecture for one of our client. Then the main problem was their centeral database an Oracle 9i has so many problem that it was not possible for them to close it or ask us to redesign the system before w ...
• ExecSql sets Prepared to false QC#: 56985 Version: 11.2 Status: Open defect, requires resolution Description: Calling TSqlDataSet.ExecSQL closes the statement and set's Prepared to false.
This was working fine in Delphi 6.0.
FSqlDataSet := TSQLDataSet.Create(nil);
FSQLDataS ...
• Partition name in Result set? Hi,
I need to know if there is a way to return the name of the partition that a row of data is coming back from.
Regards,
C ...
• Converting XML Schemas to Schematron (#9): Friendlier schemas We can improve on the diagnostics given by the rules in the previous article in this series, Progressive validation for complex content models. Diagnosing Similar Names One of the most common typos is simply to make a mistake in upper-case/lower-case ...