Re: Oracle XSU

From: Frank <fvanbortel_at_netscape.net>
Date: Wed, 29 Jan 2003 20:16:03 +0100
Message-ID: <3E382873.9010005_at_netscape.net>


Asif Kazi wrote:
> Hi,
> I have a table which contains my name and address.
>
> Name Street City Zip Phone
> Asif Pine St. Vermont 94582 XYZ-PQR-STU
>
> Is it possible to create the following structure using Oracle XSU.
>
> <Person>
> <Name>Asif</Name>
> <Address>
> <Street>Pine St.</Street>
> <City>Vermont</City>
> <Zip>94582</Zip>
> <Phone>XYZ-PQR-STU</Phone>
> </Address>
> <Person>
>
> Your help would be appreciated.
> Thanks and Regards,
> Asif

XSQL will return just that when the request would be select * from <table>;
You will need the XSQL servlet, though.

Frank Received on Wed Jan 29 2003 - 20:16:03 CET

Original text of this message