Skip to content

i want to know how xml work on different database .?

if i make a xml from sqlserver for some recoreset .now if i put this xml into access databese or mysql database ,how i make understood those database the xml content data.is it possible by creating xsd.

One Comment

  1. sridhar b wrote:

    The syntax of xml file
    </root>
    <student>
    <name>xxx</name>
    <mark>56</mark>
    <addr>chennai</addr>
    </student>
    </root>
    Using the fron-end tool like java, php and so on. We can get the contents of the xml file
    from
    <student> to </student> is one record like wise can get each and every record and store it into the database.

    Friday, February 5, 2010 at 11:23 pm | Permalink

Post a Comment

Your email is never published nor shared.