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

    create xml file from dataset

    Hello,
    I am trying to create a xml file from a dataset.
    I filled the data set with data from a table in the data base and I am trying to create the xml file using a xml schema. in the xml schema I have removed some columns that I got from the data base.
    when i use the function writexml I get in the xml file the columns that was trying to remove.
    how can I write xml file without those columns using xml schema.
    thank you

  2. #2
    Join Date
    Jul 2007
    Posts
    25

    Re: create xml file from dataset


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