M
Mark
In ADO, I could issue a query (using an MSS provider) which returned a
result set from multiple tables, and update the data in a grid and
post it. (I'm actually not quite sure how that works but it does).
In ADO.NET I can't do this, I have to roll my own UPDATE, which isn't
possible for ad-hoc queries.
Does anyone know why this changed and if there is any technique to
allow updates of ad-hoc queries in a data grid involving multiple
tables?
Thanks
result set from multiple tables, and update the data in a grid and
post it. (I'm actually not quite sure how that works but it does).
In ADO.NET I can't do this, I have to roll my own UPDATE, which isn't
possible for ad-hoc queries.
Does anyone know why this changed and if there is any technique to
allow updates of ad-hoc queries in a data grid involving multiple
tables?
Thanks