Hi,
I have several questions ...as to i have no clue about this. Any help would be appreciated. Thanks
I have a query in access database that returns 5 columns and about 50 rows. From that query I want to populate a treeview, such as:
Column1
Column2
Column3
Column4
Column5
I could do it correct upto column 4 and then I started getting error:
System.ArgumentException: These
columns don't currently have unique values.
Then I did some research and it seems, it would be a good idea to get my query in a dataset and convert it to xml and then populate the treeview from the xml file.
This is where I am clueless. I use VS 2003, and I created a .xsd file, but apart from that I don't know what and how to do. If anyone can help me in doing this I would appreciate it.
Thanks again.
I have several questions ...as to i have no clue about this. Any help would be appreciated. Thanks
I have a query in access database that returns 5 columns and about 50 rows. From that query I want to populate a treeview, such as:
Column1
Column2
Column3
Column4
Column5
I could do it correct upto column 4 and then I started getting error:
System.ArgumentException: These
columns don't currently have unique values.
Then I did some research and it seems, it would be a good idea to get my query in a dataset and convert it to xml and then populate the treeview from the xml file.
This is where I am clueless. I use VS 2003, and I created a .xsd file, but apart from that I don't know what and how to do. If anyone can help me in doing this I would appreciate it.
Thanks again.