CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2003
    Posts
    2

    xml to sql database

    i have an urgent problem!
    i need to generate sql server tables from xml file.i've created an xml file and xsd for it.there is an option to view a dataset from this xsd.
    my question is:
    is there a way to turn this dataset view into a create table command in sql server?
    could someone write me an example code that does it?
    thanks in advance
    Last edited by yossya; May 10th, 2003 at 11:32 PM.

  2. #2
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    so you are looking for the sample which will show you
    how to read/write XML files using DataSet ?

    -Paresh
    - Software Architect

  3. #3
    Join Date
    Jan 2003
    Posts
    2
    not exactlly my question is how to load a dataset xml to the sql server.
    thanks
    yossy

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

Featured