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

Popular posts from this blog

email - PHP mail error ... failed to open stream : permission denied -

sql server - SQL Query - Delete duplicates if more than 3 dups? -

c# 3.0 - Issue with getting 2 chars from string using indexer -