Previous Topic

Next Topic

Architecture

The c-treeACE ADO.NET Data Provider is referenced with the Ctree.Data.SqlClient.dll assembly.

There are core classes composing the c-treeACE ADO.NET Data Provider. The following table describes these classes and their methods.

c-treeACE ADO.NET Data Provider Object

c-treeACE ADO.NET Data Provider Object Function

CtreeSqlConnection

Establish a connection to c-treeACE database server and can begin transactions.

CtreeSqlCommand

Execute SQL statements at c-treeACE database server and exposes SQL parameters.

CtreeSqlDataReader

Read a forward only stream of data from the c-treeACE database.

CtreeSqlDataAdapter

Populate a DataSet and resolves updates with the c-treeACE database

CtreeSqlTransaction

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

CtreeSqlParameter

Define parameters for c-treeACE 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 c-treeACE database operations and data.