DataGridView

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hey

I have som problem with the datagridview.
I have 2 tables in a database, i need to show some information from both in
the same datagrid while using databinding, with the datasource, and
datamember.

I cant get update to work if I join the 2 tables where I generate my DataSet.
If i use a relation, i dont get enough all the data i need
?????
Is there away to get it to function with the join, or is there some work
around to the databinding.
 
That helped alot.
The only thing i havent figured ud is, that u can do the
parent("relation").name, but is it possible to do with the child instead,
because i need to make a wrong relation if I have to use the parent.
Thanks for the quick response
 
Back
Top