DataGridView

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.
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top