Skip to Content
0
Former Member
Mar 03, 2009 at 05:47 AM

Reading an XML File Dynamically

119 Views

Req:

Based on the File name a table is maintained such that it contains the fileds that xml file contain.

Ex: For Customer.Xls file, the table contains the Fields like CustID, Cname, CAdd etc. Only these values XML can hold.

Now I need a program shuch that it takes an XML File input. I need to update that data into a table.