Data Access (How Do I in Visual Basic Express)

This page links to Help on widely used Visual Basic data tasks. To view other categories of popular tasks covered in Help, see How Do I in Visual Basic Express.

Note

If you are using Visual Basic Express Edition, some of the Help links on this page may be unavailable, depending on the options that you chose during installation. For more information, see Troubleshooting Visual Basic Express.

In Visual Basic Express

Visual Basic Express Edition includes tools for adding and connecting data to your application.

Samples

MSDN Express Library for Visual Basic Express

These are some of the more in-depth topics the Library offers to help you as you explore adding data to your application. You need to have the MSDN Express Library installed or have access to MSDN Online library.

  • Displaying Data Overview
    Display data to users of your application by binding data to controls on a form. Create data-bound controls by dragging items from the Data Sources window onto a Windows Form.
  • Data Sources Overview
    Data sources represent the data available to your application and are displayed in the Data Sources window**.**
  • Validating Data
    Datasets provide specific events that are raised as values in data rows change. Event handlers can be created to validate these changes based on your particular application requirements.

In General

  • What's New in Data
    Provides information and links to new data features for client data applications.
  • ADO.NET
    Provides links to topics that explain the data-access features in the .NET Framework.

Display Data on Windows Forms

  • Data Sources Window
    Describes how to create data-bound forms by dragging items from the Data Sources window.

Connect Applications to Data

Modify Data

Update Data

Work with TableAdapters

Load Data

Validate Data

  • Data Validation Overview
    Provides an overview of events that can be used to analyze data before being committed to the dataset.

Work with Datasets

Manage Multiple Users and Conflicts

  • How to: Handle Concurrency Errors
    Describes how to use the DBConcurrencyException object to identify concurrency exceptions and the actual record that caused the error.

Work with Microsoft SQL Server 2005

  • SQL Server Projects
    Provides an overview of what SQL Server projects are, and the different items that can be created in one.

Debugging Microsoft SQL Server 2005

Other Resources

These Web sites are excellent resources to find more information, see what other Express users are doing, and stay in touch as the Visual Basic Express Edition community grows.

  • Coding4Fun
    Includes lots of articles and coding tips geared to the Express user.
  • Visual Basic 6.0 Resource Center
    Here's extra help for Visual Basic 6 developers looking to upgrade or make Visual Basic 6 and Visual Basic 2005 play together.