Results 1 to 6 of 6

Thread: DataSet WriteXML

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Posts
    398

    DataSet WriteXML

    Does dataset writexml has a limit? let say it can only write 500 records or less..

  2. #2
    Frenzied Member
    Join Date
    Oct 2005
    Posts
    1,286

    Re: DataSet WriteXML

    As far as I am aware there is no limit, unless you are running out of space?

    what error are you seeing?
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Posts
    398

    Re: DataSet WriteXML

    No error! but the xml is ruined..
    <OPEN>
    <Table ................................/>
    <Table ................................/>
    <Table ................................/>
    </OPEN><Table
    <Table ................................/>
    <Table ................................/>
    <Table ................................/>
    </OPEN>

  4. #4
    Frenzied Member
    Join Date
    Oct 2005
    Posts
    1,286

    Re: DataSet WriteXML

    Looks like possibly a coding error - can you post some sample code of how you are writing the file
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Posts
    398

    Re: DataSet WriteXML

    I write xml using dataset.writexml

    xmlDataSet.WriteXml(setConnectionString)

  6. #6
    Frenzied Member
    Join Date
    Oct 2005
    Posts
    1,286

    Re: DataSet WriteXML

    There is a vb.net sample here that works well
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

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