I just have a simple question is it possible to get data from MySQL database to XML in a web page. For example i have a public form website in which a user can post and answer questions and i want to get data from database of my website and into an XML tree structure so i can use XML parser in my desktop app to get data from that website to my app.
Share
You should manually convert your
ResultSetintoXMLlooping through it items.