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
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
Re: MSXML, Windows Mobile and C++
Thanks for reply.
Can you help me to getting started with MSXML on Windows CE?
Re: MSXML, Windows Mobile and C++
Hello,
is there any possibility to take data from the xml document with sql statements?
Thanks a lot