Click here to Skip to main content
16,012,468 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I have a XML file which is written in this format:

XML
<?xml version="1.0" encoding="ISO-8859-1"?>
<TEST_MISYS_ACTSTAT>
  <record>
  <ACTTIT>ABDUR RAHMAN</ACTTIT>
  <BRANCD>1008</BRANCD>
  <CUSTID>110240</CUSTID>
  <ACSUFIX>031</ACSUFIX>
  <ACTNUM>1008110240031</ACTNUM>
  <BLOCKED>N</BLOCKED>
  <INACTIVE>Y</INACTIVE>
  <CLOSED>N</CLOSED>
  <CURRBAL>0</CURRBAL>
  </record>
</TEST_MISYS_ACTSTAT>

which is written this formate.
how can i parse the xml document and save into database?
Posted
Updated 24-Sep-13 23:16pm
v3

1 solution

Check this link

Using xml as Data Storage[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900