Product Documentation

FairCom ADO.NET Driver

Previous Topic

Next Topic

Visual Programming

Before using these tutorials, a sample set of data needs to be loaded into the database, and other prerequisites need to be met (see the prerequisites in Compiling Your Projects). You will be guided through the steps necessary to make use of the FairCom DB ADO.NET Data Provider to manage this data.

  • Sample Database - Here we use the FairCom DB SQL Explorer tool to create several tables and add data.
  • Microsoft Visual Studio - Data Source - Here we provide a "walk-thru" of the Microsoft Visual Studio environment illustrating the use of the FairCom DB ADO.NET Data Provider as a data source. This technique takes advantage of FairCom's integration with the Visual Studio IDE through the implementation of a Data Design Extension (DDEX) component. This DDEX support allows the Visual Studio's IDE integrated data design tools (i.e.: "Data" main menu options) to take advantage of the FairCom DB ADO.NET Data Provider.
  • Microsoft Visual Studio - Alternate Approach - In this section we provide an alternate technique for the Microsoft Visual Studio environment. This "walk-thru" does not take advantage of DDEX support. Instead, it illustrates creating a ToolBox tab and adding the FairCom DB ADO.NET .NET Framework component to the ToolBox tab, making it accessible for all projects. You can then use these components in your own data grid programs.

Proceed to the next topic, Sample Database.

In This Section

Sample Database

Microsoft Visual Studio - Data Source

Microsoft Visual Studio - Alternate Approach

TOCIndex