Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Converting XML to DBF
Message
From
21/07/2004 11:00:33
 
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00926542
Message ID:
00926564
Views:
12
The first step is getting a DataSet (.xsd) of your .DBF.
Then, you can use the DataSet to read in the XML. The columns that don't match will be added to your DataSet.
Then you can iterate through each row in the DataTable, putting the data from the columns that don't match into the correct columns.

Try experimenting with that a little first and see if that works for you.

~~Bonnie


>Hi
>
> I am new to C#. I want to convert the xml file to dbf. XMl file has the tag names for Field names which are different from the field names in the DBF table. I will be grateful if you could provide me with as many options available to achive this.
>
>Thanks
>Bharat
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform