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

Is classic asp still supported?

0 Answers  


Can I use the win32 api from a .net framework program?

0 Answers  


Name some of the ASP components?

3 Answers  


What is asp in java?

0 Answers  


Explain the life cycle of asp page.

0 Answers  






What are the advantages of Cookies over Session Object?

1 Answers  


what are the two main compononet in remoting

0 Answers   DCI,


What opens asp files?

0 Answers  


Write code for the following in ASP a)Display attributes of a file b) File copy c) get disk capacity.

0 Answers  


how can we bind the multiplication of two drop down lists?

0 Answers  


write a program for sorting of all students records in a class according to roll no. using ADO and corresponding database.

0 Answers  


Define "virtual directory"?

0 Answers  


Categories