Previous Topic

Next Topic

Developing ADO.NET Applications with c-treeACE SQL

Creating applications with c-treeACE databases is easy with the c-treeACE Data Provider. Simply connect to the database, create your commands and execute them. Data sets and data grids are easy to populate with data, and the advanced transaction handling of c-treeACE can be used to secure your operations. Parameterized commands make it easy to reuse SQL statements. The following sections describe each of these abilities and more with examples.

In This Chapter

Ctree.Data.SqlClient Namespace

Connecting to a c-treeACE SQL Database

Executing c-treeACE SQL Commands

Command Type

Reading Data

Reading Blob Data

Transactions and Isolation Levels

Populating a DataSet

Parameterized Commands