P
Praveen
Hi..,
While parsing a XML files I need to hold some of the values in an
array till the end of the iteration. After that I need to dump the
values in the DB table.
Here is an eg.
- These are the 4 values I want to hold from each file after I parse them.
Name, dept_no, employee_id, state
How do i create an array?
While parsing a XML files I need to hold some of the values in an
array till the end of the iteration. After that I need to dump the
values in the DB table.
Here is an eg.
- These are the 4 values I want to hold from each file after I parse them.
Name, dept_no, employee_id, state
How do i create an array?