Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to Import/Export data from/to XML files???

Status
Not open for further replies.

Japoneis

Programmer
Sep 3, 2003
16
BR
Hi,
I'm developing an application that must import and export data using text files. I know how to do it using a plain text (CSV) file, but I really would like to use XML instead.
Could anybody give me any hint???
By the way, I'm using Delphi 6, Firebird 1.5 and IBX Components...

Thanks
 
Ok, I´m using TXMLTransformProvider and TClientDataSet components to import data from XML to Firebird, and it´s working just fine. Now I have to pass data from Firebird to XML, but I don´t want to Update a XML document, instead I want to create a new XML document with the exported data.
Should I use TXMLTransformClient? Any clues on how to use it?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top