The .NET Framework greatly simplifies application development in the highly distributed environment of the Internet. ADO.NET provides a rich set of components to create distributed, disconnected, and data-sharing applications.
Note: this API is distributed on builds for Microsoft Windows platforms only.
ADO.NET provides relational data access to systems such as FairCom’s FairCom DB SQL. An ADO.NET Data Provider is a bridge used to connect ADO.NET applications to a database, execute commands, and retrieve results. The FairCom DB ADO.NET Data Provider gives you access to your FairCom DB SQL data from a .NET application. The .NET Data Provider is lightweight, creating a thin layer between the data source and your code, thus increasing performance without sacrificing functionality. A .NET Data Provider consists of a set of classes implementing interfaces specified in Microsoft's specification for .NET Data Providers.
Click here for a full list of FairCom Drivers and APIs