Connecting Tech Pros Worldwide Help | Site Map

resultset to xml

  #1  
Old November 23rd, 2005, 03:04 AM
glin@tollnz.co.nz
Guest
 
Posts: n/a
Hey guys,

I am wondering if there is a module that when I query the database and
it returns the resultset in xml format.

eg. select name,gener from user;

will return
<results>
<result>
<name>James</name>
<gender>male</gender>
</result>
<result>
<name>Mary</name>
<gender>female</gener>
</result>
</results>

  #2  
Old November 23rd, 2005, 03:04 AM
majortool
Guest
 
Posts: n/a

re: resultset to xml


the best thing to do is use a third party module to interpret the data
im pretty sure that php/apache has one and there are other libraries
out there for c
you may even want to create a custom library to do this(i would highly
recommend it)

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
JDBC resultset to XML chella answers 6 October 10th, 2007 02:21 PM
mySQL to XML - very slow - need some criticism bergy answers 5 September 21st, 2007 10:33 PM
Help please about Converting XML back to Resultset.... jeffbroodwar answers 2 November 29th, 2006 12:29 AM
For XML: create elements using cell values adrianca@gmail.com answers 12 August 10th, 2005 08:25 PM