Hi,
I have a DataSet that contains data pairs for computers and IP
addresses. Because in some cases a computer has multiple IP addresses, the
HardwareID is in the DataSet multiple times.
I want to create a DataView that has only the unique HardwareID's in
the DataSet. How do I query my DataSet to get these HardwareIDs? Someone
suggested DISTINCT but I don't know how to use DISTINCT against a DataSet to
create a DataView. Could someone help me with this?
Thanks,
Sam