Access DB to XML for Treeview

  • Thread starter Thread starter TF
  • Start date Start date
T

TF

All,

I have tried to implement reading my Access db table into a treeview
with zero success. I gave up and resorted to stuffing all the records
into an XML file which now works well for the datasource. Is there a
quick way to export my Access data into an already properly formated
XML file for use with a treeview? There are over 1000 lines in the
XML file now and they will change often, so any help you can give is
greatly appreciated.

TF
 
What you could do is get the data out and split it into a XML structure
that would suit your treeview.
Look at the XMl Document class.
Patrick
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top