Creating datatable from two XMl tables.

cayongrayoo

Member
Joined
Feb 8, 2012
Messages
9
Programming Experience
Beginner
HEEEEYYY.
I Have an xml file with 16 tables in it. Table three has almost all of the information i need. But Table 2 has two columns that I need as well. IN short I want a datagridview displaying all the data I need but the data is split into two tables. The tables are set up with relations and everything. I want the two columns from table 2 to be added to table 3. The xml file contains data houses. But the location(lat and lon) of the houses are in two columns in a different table to the house name, number etc.
SO when i put the data into the datagridview, the lat and lon should match the house name, number etc.
How do i go about putting these columns into table 3?

If you need more info then ask :D
 
Back
Top