Adding/Updating/Deleting Data in SQl Sqever

rrupak

New member
Joined
Sep 2, 2004
Messages
2
Programming Experience
Beginner
Hi,
I'm new to ADO.Net.
My requirement is,I need to do simple CRUDL(Create/Read/Update/Delete) operation on a datasource in SQl Server from a Windows form.

I need to do this using minim. of code.Fetching & Updating of data is OK by using the dataAdapter Configuration wizard.
What to do for Addition and Deletion?

I have few text boxes on a form,whose values ,I need to add at the back end.Also,I need to delete the data,being fetched and displayed in the text boxes on the form.

Pl. suggest the way to accomplish both the addition & Deletion to database.

Thanx in advance.
 
Back
Top