Click here to Skip to main content
16,009,156 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: XML and sorting Pin
donkaiser18-May-06 3:20
donkaiser18-May-06 3:20 
GeneralRe: XML and sorting Pin
George L. Jackson18-May-06 11:59
George L. Jackson18-May-06 11:59 
AnswerRe: XML and sorting Pin
led mike16-May-06 8:57
led mike16-May-06 8:57 
QuestionHelp mapping & updating xml files data to tables of MS Access database through vc++ Pin
nrj2315-May-06 17:39
nrj2315-May-06 17:39 
AnswerRe: Help mapping & updating xml files data to tables of MS Access database through vc++ Pin
led mike16-May-06 15:28
led mike16-May-06 15:28 
GeneralRe: Help mapping & updating xml files data to tables of MS Access database through vc++ Pin
nrj2316-May-06 20:28
nrj2316-May-06 20:28 
GeneralRe: Help mapping & updating xml files data to tables of MS Access database through vc++ Pin
led mike16-May-06 21:10
led mike16-May-06 21:10 
GeneralRe: Help mapping & updating xml files data to tables of MS Access database through vc++ Pin
George L. Jackson17-May-06 10:36
George L. Jackson17-May-06 10:36 
I agree with led mike. You have several issues here without any example code displayed.

Nevertheless, I am assuming you are using native C++ and not Managed C++ or C++/CLI. Thus,search using "MSXML C++" at http://www.google.com/microsoft to find basic information on how to use the MSXML COM object. You will need to learn how to parse an XML document to obtain the data to place in the Access database (the table's columns should correspond with the XML document's element or attribute names).

Also, you may need to know how to update an Access database via native C++ code. You might want to search on the above site using 'OLEDB C++". There are some ATL OLEDB attributes that will make your programming efforts easier.

So, come back later and ask some specific questions. If they are more C++ related, you might get better results posting in the C++ forum.
QuestionReading XML data from String Pin
Andrei Ungureanu15-May-06 1:48
Andrei Ungureanu15-May-06 1:48 
AnswerRe: Reading XML data from String Pin
imsathy15-May-06 4:48
imsathy15-May-06 4:48 
AnswerRe: Reading XML data from String Pin
George L. Jackson16-May-06 2:34
George L. Jackson16-May-06 2:34 
QuestionSaving Data to XML Pin
Illegal Operation14-May-06 19:27
Illegal Operation14-May-06 19:27 
AnswerRe: Saving Data to XML Pin
led mike15-May-06 6:38
led mike15-May-06 6:38 
AnswerRe: Saving Data to XML Pin
BoneSoft17-May-06 8:35
BoneSoft17-May-06 8:35 
Questionxs:enumeration as combo box options? Pin
rajasridhar12-May-06 12:22
rajasridhar12-May-06 12:22 
QuestionXML forms Pin
Albert Pascual12-May-06 4:59
sitebuilderAlbert Pascual12-May-06 4:59 
AnswerRe: XML forms Pin
led mike12-May-06 20:36
led mike12-May-06 20:36 
GeneralRe: XML forms Pin
Paddy Boyd16-May-06 3:02
Paddy Boyd16-May-06 3:02 
GeneralRe: XML forms Pin
led mike16-May-06 4:42
led mike16-May-06 4:42 
Questionxs:time limit? Pin
Rafferty Uy11-May-06 7:14
Rafferty Uy11-May-06 7:14 
AnswerRe: xs:time limit? Pin
led mike11-May-06 11:27
led mike11-May-06 11:27 
GeneralRe: xs:time limit? Pin
Rafferty Uy11-May-06 12:08
Rafferty Uy11-May-06 12:08 
GeneralRe: xs:time limit? Pin
led mike11-May-06 15:38
led mike11-May-06 15:38 
QuestionHow to re-organized XML file and call XML file from my software Pin
bella_1104198810-May-06 22:57
bella_1104198810-May-06 22:57 
AnswerRe: How to re-organized XML file and call XML file from my software Pin
led mike11-May-06 6:35
led mike11-May-06 6:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.