C
Christopher Schlüter
Hello,
i'm using VB.net 2008 Express with SQL Server 2008 SP1.
I'm trying to create a winfows app.
I use a DataGridView to display colums from several joined tables. (using
dataset, datatable und datadadapter)
How can i update the data in the DB? The update method can't be created by
the tableadapter when using inner joins.
Is there a best practice how to display and update normalized DB tables?
Thx
Chris
i'm using VB.net 2008 Express with SQL Server 2008 SP1.
I'm trying to create a winfows app.
I use a DataGridView to display colums from several joined tables. (using
dataset, datatable und datadadapter)
How can i update the data in the DB? The update method can't be created by
the tableadapter when using inner joins.
Is there a best practice how to display and update normalized DB tables?
Thx
Chris