Update rows in dataset

  • Thread starter Thread starter Eric Effer
  • Start date Start date
E

Eric Effer

Hi

I am a asp.net 2.0 newbie and I was thinking how to update rows in a
dataset? How to find rows and update these rows manually?

thanks

E
 
There are entire books written on this very topic. Read up on
datasets, dataadapters, command objects, and connection objects
on MSDN and/or Google, try to write something, and then come back
and ask a more specific question.

Or buy Dave Sceppa's ADO.Net Core Reference, or Bill Vaughn's
Hitchhiker's Guide to VS2005 and SQLServer.

Robin S.
 
Back
Top