I've got one DB query that pulls out Authors & Books. THe relationship is one-many, so the author names get repeated.
On display, I want to show Author name once with the list of books (ie a master/detail control)
I *CANT* change the query and examples I've seen have used 2 separate queries, one for the authors and one for the books which i cant do (it's more complicated than I'm letting on)
So I need to make the display change.
Since no one could help me with thread855-551449 been rethinking how to solve the problem and...
Would there be a way to read the db results into a DataTable, then select the distinct authors from there for display?? Then I could databind that subset of data to the "master" control....
any help would be greatly appreciated!
On display, I want to show Author name once with the list of books (ie a master/detail control)
I *CANT* change the query and examples I've seen have used 2 separate queries, one for the authors and one for the books which i cant do (it's more complicated than I'm letting on)
So I need to make the display change.
Since no one could help me with thread855-551449 been rethinking how to solve the problem and...
Would there be a way to read the db results into a DataTable, then select the distinct authors from there for display?? Then I could databind that subset of data to the "master" control....
any help would be greatly appreciated!