I am not very clear about you question.Could you please elaborate it again.
Is the data stored in database in the form of an XML in a CLOB field ,or you want your java program to fetch data from a database and construct a xml out of it and then give it to the invoker.Is that you want ?
data in database is in the form of sql tables which has to be retrieved using a xml and displayed.
do i need to write query in the xml??
what if i just write a simple query in xml? like
<sql>select * from ABC</sql>
Rahul Bhattacharjee
Ranch Hand
Joined: Nov 29, 2005
Posts: 2300
posted
0
Originally posted by prasanna sheregar: data in database is in the form of sql tables which has to be retrieved using a xml and displayed.
Sorry , I still could not get your question. Data is stored in database tables but what is the data type ? Is that CLOB ? How can you retrieve data from database using XML?
pras
Ranch Hand
Joined: Apr 04, 2007
Posts: 188
posted
0
i want to retrieve data from a database through XML