dbTalk Databases Forums  

resultset to xml

comp.databases.postgresql.general comp.databases.postgresql.general


Discuss resultset to xml in the comp.databases.postgresql.general forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
glin@tollnz.co.nz
 
Posts: n/a

Default resultset to xml - 03-20-2005 , 09:03 PM






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>


Reply With Quote
  #2  
Old   
majortool
 
Posts: n/a

Default Re: resultset to xml - 03-27-2005 , 12:13 PM






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)


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.