Create a data entry to to add, update and delete records from a single table.
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.
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:
Simply press F5.
See Also