fatcodeguy
Programmer
Hi,
I've queried 2 tables (inner joined) from the database via a DataAdapter and filled a DataSet. The data that's currently in the DataSet is then a single DataTable with all the information.
Instead, I was wondering if there's a way of storing the information in the DataSet as 2 DataTables and a DataRelation object relating the two.
Is this possible to do without running 2 queries?
Thanks!!
I've queried 2 tables (inner joined) from the database via a DataAdapter and filled a DataSet. The data that's currently in the DataSet is then a single DataTable with all the information.
Instead, I was wondering if there's a way of storing the information in the DataSet as 2 DataTables and a DataRelation object relating the two.
Is this possible to do without running 2 queries?
Thanks!!