A
Aleksey Dmitriyev
What happened to the Positioned Update functionality in ADO.NET in general
and SqlClient in particular? It was available in ODBC ("UPDATE statement
with a WHERE CURRENT OF...") and OLEDB (IRowsetChange), but not in ADO.NET.
Moreover, there is no cursors anymore. I understand it may be a different
programming paradigm, but what if there is a legacy code that needs to be
converted using the same paradigms as in ODBC and/or OLEDB?
Is it going to be in ADO.NET 2.0?
--Aleksey
and SqlClient in particular? It was available in ODBC ("UPDATE statement
with a WHERE CURRENT OF...") and OLEDB (IRowsetChange), but not in ADO.NET.
Moreover, there is no cursors anymore. I understand it may be a different
programming paradigm, but what if there is a legacy code that needs to be
converted using the same paradigms as in ODBC and/or OLEDB?
Is it going to be in ADO.NET 2.0?
--Aleksey