DataRelations

  • Thread starter Thread starter rene.marxis
  • Start date Start date
R

rene.marxis

Hello

i already ask yesterday but probably i did missed the point :)

I'd like to know if its possible to show data from 2 (or more) tables
in a DataGridView. One from a master table and one from a lookuptable
using databinding for the grid. I like to build up the relations
inside the Dataset and not from the SQL-Select join, in order to use
the normal Update from the DataAdapter for saving changes.

If its possible... how? I don t seem to find any easy solution.

_tia

rene
 
Back
Top