Used Visual Basic .NET Code Sample: Data Access - Data Entry Form for Windows?


Editors’ Review

Download.com staff
This Visual Basic .NET code sample teaches you to build a data entry form. Learn to add, update, and delete records from a single table using ADO.NET.
  • Pros

    • Demonstrates data entry form creation.
    • Uses ADO.NET for record management.
    • Includes a ListItem class for combo boxes.
    • Targets single table record operations.
  • Cons

    • Focuses solely on single table operations.
    • Assumes familiarity with Northwind database.
    • Limited to Visual Basic .NET.

Used Visual Basic .NET Code Sample: Data Access - Data Entry Form for Windows?


Explore More


Full Specifications

GENERAL
Release
Latest update
Version
1
OPERATING SYSTEMS
Platform
Windows
Operating System
  • Windows 10
  • Windows XP
  • Windows 2000
  • Windows NT
Additional Requirements
Windows NT/2000/XP
POPULARITY
Total Downloads
7,141
Downloads Last Week
0

Report Software

Program available in other languages


Last Updated


User Reviews

4/5

1 User Votes


Developer’s Description

Learn how to add, update, and delete records from a single table by creating a data entry form.

Visual Basic .NET Code Sample: Data Access - Data Entry Form sample demonstrates how to create a data entry form to add, update and delete records from a single table. ADO.NET is used 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. This version is the first release on CNET Download.com.


Download.com
Your review for Visual Basic .NET Code Sample: Data Access - Data Entry Form