working with databases

  • Thread starter Thread starter jtnpham
  • Start date Start date
J

jtnpham

does anyone have any idea on how to insert, modify, or delete records
in a database, sql or ms access(preferably in access) where the user
types in changes through textboxes instead of a data grid view or
details view?

that is:

four labels, with four corresponding textboxes, and then having the
three buttons: add, modify, delete records.

any suggestions please!

thanks
 
does anyone have any idea on how to insert, modify, or delete records
in a database, sql or ms access(preferably in access) where the user
types in changes through textboxes instead of a data grid view or
details view?

If you do a Google search on ADO.NET, you will find a plethora of sample
code in both C# and VB.NET that will help you to get started.
 
Back
Top