S
steve
Hi All
I need to detect duplicate rows in a datatable in VB net 2003 using MS
Access 2K
I can do it at database level with sql e.g
sql = "select membernumber from members group by membernumber having
count(membernumber) > 1"
dt = getdata(sql, "dupes") ' getdata is my sub routine which returns a
datatable
Can you do a similar thing querying an Ado.net Datatable?
i.e can you do advanced querying on a populated datatable?
Any tips appreciated
Regards
Steve
I need to detect duplicate rows in a datatable in VB net 2003 using MS
Access 2K
I can do it at database level with sql e.g
sql = "select membernumber from members group by membernumber having
count(membernumber) > 1"
dt = getdata(sql, "dupes") ' getdata is my sub routine which returns a
datatable
Can you do a similar thing querying an Ado.net Datatable?
i.e can you do advanced querying on a populated datatable?
Any tips appreciated
Regards
Steve