|
-
August 2nd, 2008, 08:53 AM
#1
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
-
August 2nd, 2008, 08:58 AM
#2
Re: MSXML, Windows Mobile and C++
 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
-
August 2nd, 2008, 02:30 PM
#3
Re: MSXML, Windows Mobile and C++
Thanks for reply.
Can you help me to getting started with MSXML on Windows CE?
-
August 3rd, 2008, 01:46 PM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|