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

which sdlc model was used for whatsapp?

0 Answers  


Explain the tags necessary to be present within the tag ?

0 Answers  


How to handle error in asp

0 Answers  


Name and explain about the Objects in ASP?

1 Answers  


Destructors CANNOT be implemented in which one of the following?

0 Answers  


What is asp in java?

0 Answers  


How can I see what assemblies are installed in the global assembly cache?

0 Answers  


What are the tags necessary to be present within the tag ?

0 Answers  


Define microsoft intermediate language (msil)?

0 Answers  


What is classic asp application?

0 Answers  


Explain the post & get method or explain the difference between them in asp?

0 Answers  


How do I open aspx files on windows 10?

0 Answers  


Categories