[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Generating xml pages from database queries.
- From: Venugopal Siripuram <svenu@wilco-int.com>
- To: xml-dev@lists.xml.org
- Date: Thu, 10 May 2001 10:08:13 +0530
hi jyothi..
The best solution i can thing off ,instead depending in third party tools
is
u can get a the Resultset of the queries by accessing the database through
JDBC and then u can built the XML file using DOM parser based on the data in
Resultset.
regards
Venu
> -----Original Message-----
> From: S. Jyotinarayan [SMTP:ncjyoti@yahoo.com]
> Sent: Thursday, May 10, 2001 8:45 AM
> To: XML-INTEREST; XML-DEV
> Subject: Generating xml pages from database queries.
>
> Hi all,
> I have an MS Access database and quite a few queries for different
> purpose. How could I convert these data acquired from the queries to xml
> pages? In many cases I will need to generate these xml pages dynamically.
> What are the softwares, tools that I will require?
>
> I need to do a similar thing for an Oracle database too. How do I do in
> this case?
>
> Thanx very much in advance.
> Jyotinarayan.