CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2007
    Posts
    10

    MSXML, Windows Mobile and C++

    Hello,

    I must rewrite a program which works with an pocket access database.
    I should use XML, one XML-document for each table in the database.
    I haven't any experience coding xml with C++, can someone help me to get started with this topic?

    The XML has a body like this:

    <z:row Pruefungsteil_ID="1" Bauteil_ID="1612" Bauteilbezeichnung="Bettung" Weichengrundform_ID="0" Bauteilgruppen_ID="1152" />
    <z:row Pruefungsteil_ID="1" Bauteil_ID="1613" Bauteilbezeichnung="Entwässerungsgraben" Weichengrundform_ID="0" Bauteilgruppen_ID="1152" />
    <z:row Pruefungsteil_ID="1" Bauteil_ID="1614" Bauteilbezeichnung="Erdung" Weichengrundform_ID="0" Bauteilgruppen_ID="4" />
    <z:row Pruefungsteil_ID="1" Bauteil_ID="1615" Bauteilbezeichnung="Fahrfläche" Weichengrundform_ID="0" Bauteilgruppen_ID="647" />
    <z:row Pruefungsteil_ID="1" Bauteil_ID="1616" Bauteilbezeichnung="Grenzzeichen" Weichengrundform_ID="0" Bauteilgruppen_ID="4" />

    I must check the attributes to fill in controls like combo box.

    The user choose something from a control and I must fill the second control with the data dependent on the first control.

    I hope my english is understandable.

    Thanks a lot

  2. #2
    Join Date
    Nov 2007
    Posts
    28

    Re: MSXML, Windows Mobile and C++

    Quote Originally Posted by EVCBeginner
    Hello,

    I must rewrite a program which works with an pocket access database.
    I should use XML, one XML-document for each table in the database.
    I haven't any experience coding xml with C++, can someone help me to get started with this topic?

    The XML has a body like this:

    <z:row Pruefungsteil_ID="1" Bauteil_ID="1612" Bauteilbezeichnung="Bettung" Weichengrundform_ID="0" Bauteilgruppen_ID="1152" />
    <z:row Pruefungsteil_ID="1" Bauteil_ID="1613" Bauteilbezeichnung="Entwässerungsgraben" Weichengrundform_ID="0" Bauteilgruppen_ID="1152" />
    <z:row Pruefungsteil_ID="1" Bauteil_ID="1614" Bauteilbezeichnung="Erdung" Weichengrundform_ID="0" Bauteilgruppen_ID="4" />
    <z:row Pruefungsteil_ID="1" Bauteil_ID="1615" Bauteilbezeichnung="Fahrfläche" Weichengrundform_ID="0" Bauteilgruppen_ID="647" />
    <z:row Pruefungsteil_ID="1" Bauteil_ID="1616" Bauteilbezeichnung="Grenzzeichen" Weichengrundform_ID="0" Bauteilgruppen_ID="4" />

    I must check the attributes to fill in controls like combo box.

    The user choose something from a control and I must fill the second control with the data dependent on the first control.

    I hope my english is understandable.

    Thanks a lot
    Your English is absolute understinable, most of people here an Engand poeple, I have stay around for long time. the site is greate

  3. #3
    Join Date
    Mar 2007
    Posts
    10

    Re: MSXML, Windows Mobile and C++

    Thanks for reply.
    Can you help me to getting started with MSXML on Windows CE?

  4. #4
    Join Date
    Mar 2007
    Posts
    10

    Re: MSXML, Windows Mobile and C++

    Hello,

    is there any possibility to take data from the xml document with sql statements?

    Thanks a lot

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