General question about xsd database presentation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bhardwajrajesh
    New Member
    • Apr 2010
    • 1

    General question about xsd database presentation

    Hello,

    I am new to world of development :). I have larger number of xml data source (may be 7000 or more applications). There data doesnt change so frequently. the data sources have different xsd. XSD are complex, so I am not able to generate dataset from it (usin xsd tool)

    I wanted to store the data in the database, and give user the opputunity to change the data when they want.

    My idea is -

    1. Use linqtoxsd to generate classes, load the xml in the classes, and store the data in the database.

    but i dont know how to use the generated classes to store infromation in the database, is storing complete xml in the database a good idea, how will i allow multiple users to change different part of the xml at the same time

    Can anybody please suggest me some ways.

    regards
  • gregnozik
    New Member
    • Sep 2011
    • 1

    #2
    You should use linqtoxsd library and to generate set of
    classes based on XSD schema. Than you run in collection that
    you generate and save it to the database

    Comment

    Working...