A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: XML to Database

  1. #1
    Junior Member
    Join Date
    Mar 2008
    Posts
    26

    XML to Database

    I am now using SQLXML to load XML file into a SQLServer database.

    Here is how it works -

    XML(Data) + XSD(Schema) -->

    through MS SQLXML COM program (EXE) -->

    SQLServer2005

    ==================

    I though XML Schema is used for defining what kind of Element or
    attribute should appear in an XML document right?

    But from above example, XSD schema can also used to describe how XML
    document should be map to a Database table too???

    Then XSD can be think of a document that describe how One want to
    manipulate a specific XMLfile?

    So, XSD schema to be used to describe anything about data manipulate
    of an XML???

    Why not just use another XML to describe how to map data to database table??

    One can define a custom XML to describe on table mapping right??

    Why one need to study the XSD schema syntax (which is very complex) then use XSD to define the mapping to tables?

  2. #2
    FK'n_dog a_modified_dog's Avatar
    Join Date
    Apr 2003
    Location
    "aaarf"
    Posts
    9,176
    I don't see how your questions ( all 3 ) relate to Flash

    .NET Framework Developer Center
    How Do I Use XML? [MSXML]

    http://msdn2.microsoft.com/en-us/lib...92(VS.85).aspx

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center