Convert XML file to DBF -
I am trying to convert an XML file to DBF. Right now I do it manually, opening XML excel 2003 and saving it as dbf4 file type. This is a boring and time-consuming process that has been made worse than the fact that for Mac, Office 2007 nor Office 2008 is allowed to save as DBF.
I think it is possible if possible. Do you really know any way to do this? I do not even know which programming language to use for it ...
An XmlReader Use Format, Use OleDb to save your data and save in a DBF file. Here you can find a connection string for DBF:
Comments
Post a Comment