Update rows in dataset

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
 
R

RobinS

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top