update & delete

shingo99

New member
Joined
Dec 16, 2004
Messages
3
Programming Experience
Beginner
hello...im a new VB.NET user
i wish to try to add, update and delete a information in textbox into a table
the form will have only 1 textbox with 3 button
and a table "Name" using MS Access
can anyone assist me?
code or tutorial link would be good
i just wish to know how this is done
thank you in advance
 
To use the update your going to need a key value (other wise it wont know what your updating..)

To do the rest your going to use the OleDBDataAdaptor, and OleDBConnection. It's fairly straight forward.

TPM
 
Back
Top