Monday, March 26, 2012

working with databases

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!

thanksCheck out these samples at ASPNet101.com:
http://aspnet101.com/aspnet101/aspn...ode=editmdbform
(edit)
http://aspnet101.com/aspnet101/aspn...?code=insertmdb
(insert)

--
David Wier
MVP/ASPInsider
http://aspnet101.com
http://aspexpress.com
<jtnpham@.gmail.comwrote in message
news:1172595550.465744.326920@.j27g2000cwj.googlegr oups.com...

Quote:

Originally Posted by

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
>


jtnpham@.gmail.com wrote:

Quote:

Originally Posted by

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.

--
Sean

website: http://senfo.blogspot.com

0 comments:

Post a Comment