DataAdapter and Update method

G

Guest

Hello Guys,

I used the Find method of the Rows class to get a single
row from the DataSet which is filled using a DataAdapter.

Now my question is, I have a column which is "ADDRESS". I
am trying to change the address column of that row and
update the DataSet using Adapter's Update method.

foundRow["ADDRESS"] = something;
Adapter.Update(DataSet,"CUSTOMER");

Here CUSTOMER is my table name.

When I am doing this, I am getting an error. Can anyone
point out my mistake?

Thanks
 

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

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,906
Latest member
SkinfixSkintag

Latest Threads

Top