1
11Oppidan
Hi,
Using VB .NET I want to combine app 100 different ADO.NET datatables, each
with app 50,000 records which have been populated from SQL. They share a
common ID, and I would like to group by this ID and sum up the other 4
columns to give me one master table. I understand how to populate the
datatables but don't know what the best/fastest way to query across
different datatables is.
Any advice on querying one datatable with another on a common ID is much
appreciated.
Using VB .NET I want to combine app 100 different ADO.NET datatables, each
with app 50,000 records which have been populated from SQL. They share a
common ID, and I would like to group by this ID and sum up the other 4
columns to give me one master table. I understand how to populate the
datatables but don't know what the best/fastest way to query across
different datatables is.
Any advice on querying one datatable with another on a common ID is much
appreciated.