CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Xml To Sql

  1. #1
    Join Date
    Jul 2005
    Posts
    14

    Xml To Sql

    Hi
    I Have XML File containing Data
    i want to parse data to SQL Server Data base
    is anyone know about this


    Scorpion

  2. #2
    Join Date
    Dec 2002
    Location
    London, UK
    Posts
    1,569

    Re: Xml To Sql

    parse the data from the XML file to a datatable. Use this datatable to write the data in the database.
    Mike

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