N
Nhan
Hi,
I am beginer in ADO.Net, have such a problem.
I want to search for a row of a table or query then update data of this row.
With which ADO.net classes can I do this? An equivalent to ADO recordset
object!
The System.Data.Dataview can search, delete. Can it also update data?
With DataTable can I access a DataRow and update, but what is with
searching?
Thanks
Nhan
I am beginer in ADO.Net, have such a problem.
I want to search for a row of a table or query then update data of this row.
With which ADO.net classes can I do this? An equivalent to ADO recordset
object!
The System.Data.Dataview can search, delete. Can it also update data?
With DataTable can I access a DataRow and update, but what is with
searching?
Thanks
Nhan