|
-
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
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
|