|
-
Jun 29th, 2004, 07:15 AM
#4
Hyperactive Member
For batch updates you will need several objects.
A dataadapter, a dataset, 4 command objects and a connection object.
The four command objects will be coded for your SELECT INSERT UPDATE and DELETE statements, then associate them with your dataadapter.
After you have finished modifying your data, call the update method of the dataadapter.
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
|