How to use XML file as a database in the ASP



How to use XML file as a database in the ASP..

Answer / chirag

Storing XML Files on the Server

XML files can be stored on an Internet server exactly the
same way as HTML files.

Start Windows Notepad and write the following lines:
<?xml version="1.0" encoding="ISO-8859-1"?>
<note>
<from>Jani</from>
<to>Tove</to>
<message>Remember me this weekend</message>
</note>

Save the file on your web server with a proper name like
"note.xml".

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More ASP Interview Questions

Define querystring collection?

0 Answers  


Hii if you not select open item Management in GL Creation. What is the impact in transaction

0 Answers  


What are Constants? How will you declare a constant?

1 Answers  


how show video in own page.

0 Answers  


Name at least two methods of response object other than Transfer.

3 Answers  






what are the objects in asp?

2 Answers   First Insight, VebTel,


What is .asp in html?

0 Answers  


What are the different types of html?

0 Answers  


What is a request body?

0 Answers  


Define session object?

0 Answers  


What do I have to do to make my code work with the security system?

0 Answers  


How do I print an aspx file?

0 Answers  


Categories