How do I put a dataset back into access where i found it ?

Elfman

Member
Joined
Nov 6, 2007
Messages
12
Programming Experience
1-3
Hi All,

Here's my question:

- I have a vb.net app, which takes a certain amount of info from a table.
- I want to be able to update the processed record from the app

If there an easy way to do this (i.e. a way that doesn’t involve me writing an update statement and cycling through the dataset)

also in my search i keep finding the dataadaptor.update() but I’m not sure if that’s my ticket

Any help would be great

- Elfman
 
Back
Top