S
Scott
I need to use an OUTER JOIN in the SELECT statement of a
SqlDataAdapter to fill a DataSet. Currently the SELECT is
on a VIEW which contains the OUTER JOIN. This works well,
but I am having difficulty knowing how to update the data
source (SQL Server) when it comes time to commit the data
to the database. A standard UPDATE command doesn't work
on the view.
Does any one know of an example of filling a DataSet from
an outer join and then updating the database with the
changes in the DataSet?
Thanks,
Scott.
SqlDataAdapter to fill a DataSet. Currently the SELECT is
on a VIEW which contains the OUTER JOIN. This works well,
but I am having difficulty knowing how to update the data
source (SQL Server) when it comes time to commit the data
to the database. A standard UPDATE command doesn't work
on the view.
Does any one know of an example of filling a DataSet from
an outer join and then updating the database with the
changes in the DataSet?
Thanks,
Scott.