When working with a database it is common to request data that is spread across multiple tables. To retrieve data from two different tables we can use either a correlated subquery or a JOIN operation.
I posted here a while back that I'm working on ASP.NET and I recall being told to use the tableadapter.<BR><BR>I saw an MS tutorial talking about creating the data access layer and that mentions ...