Product Documentation

FairCom ADO.NET Driver - Developer's Guide

Previous Topic

Next Topic

Architecture

The FairCom DB ADO.NET Data Provider is referenced with the Ctree.Data.SqlClient.dll assembly.

There are core classes composing the FairCom DB ADO.NET Data Provider. The following table describes these classes and their methods.

FairCom DB ADO.NET Data Provider Object

FairCom DB ADO.NET Data Provider Object Function

CtreeSqlConnection

Establish a connection to FairCom DB database server and can begin transactions.

CtreeSqlCommand

Execute SQL statements at FairCom DB database server and exposes SQL parameters.

CtreeSqlDataReader

Read a forward only stream of data from the FairCom DB database.

CtreeSqlDataAdapter

Populate a DataSet and resolves updates with the FairCom DB database

CtreeSqlTransaction

Allow transactions to be committed or aborted and enable the transaction isolation level used.

CtreeSqlParameter

Define parameters for FairCom DB commands.

CtreeSqlParameterCollection

Represents a list of parameters relevant to CtreeSqlCommand as well as their respective mappings to columns in a DataSet.

CtreeSqlException

Throws exceptions when an error is encountered while handling FairCom DB database operations and data.

TOCIndex