|
-
Feb 16th, 2005, 02:38 PM
#1
Thread Starter
Fanatic Member
Update record using data adapter
Hi guys, I know how to add a new row using a data adapter, but I don't know how to update a row using a data adapter.
Instead of using
VB Code:
datRow = datSet.Tables("Telephone_Stores").NewRow
What would I use to update a row.
Thanks
-
Feb 16th, 2005, 07:53 PM
#2
Frenzied Member
Re: Update record using data adapter
dataAdapter.Update(dataSet)
-
Jun 2nd, 2005, 03:30 PM
#3
Thread Starter
Fanatic Member
Re: Update record using data adapter
Anyone have any ideas on this topic?
-
Jun 2nd, 2005, 04:00 PM
#4
Thread Starter
Fanatic Member
Re: Update record using data adapter
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|