Data Access: How To Create A Data Entry Form

Create a data entry to to add, update and delete records from a single table.

Featured Highlights:

ADO.NET is used to to insert, update and delete records from the Products table in the Northwind database. A ListItem class has been created to store a value and a primary key associated with that value to be used in the combo boxes on the form.

Requirements:

Requires the release version of Visual Studio .NET Professional ( or greater) and access to the Northwind databse residing in SQL Server or the Microsoft Data Engine (MSDE). To install MSDE, do the following:

Running the Sample:

Simply press F5.

See Also

Introduction to DataSets  Binding and Windows Forms