G
Guest
I have a dataset that is 2 tables connected with a SQL JOIN. VB.Net 2005
takes away all INSERT, UPDATE and DELETE functions when creating the
DataAdapter.
SQL Server 2005 has no problem updating 2 tables in a single SQL statement.
Why does ADO.Net deny me, and how can I make it do a multi-table UPDATE? I'm
working in VB.Net 2005, by the way.
Thanks
takes away all INSERT, UPDATE and DELETE functions when creating the
DataAdapter.
SQL Server 2005 has no problem updating 2 tables in a single SQL statement.
Why does ADO.Net deny me, and how can I make it do a multi-table UPDATE? I'm
working in VB.Net 2005, by the way.
Thanks