Sign In | Register Now About Bytes | Help | Site Map
Connecting Tech Pros Worldwide

resultset to xml

Question posted by: glin@tollnz.co.nz (Guest) on November 23rd, 2005 02:04 AM
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>

majortool's Avatar
majortool
Guest
n/a Posts
November 23rd, 2005
02:04 AM
#2

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)


 
Not the answer you were looking for? Post your question . . .
189,879 Experts ready to help you find a solution.
Sign up for a free account, or Login (if you're already a member).

Latest Articles: Read & Comment
  • Didn't find the answer you were looking for?
    Post Your Question
  • Top Community Contributors