AseDataAdapter class

Description

The link between the DataSet class and ASE. It uses two important methods:

When using AseDataAdapter Fill or Update methods, it can open the connection if it is not already open.

Base classes

Component

Implements

IDbDataAdapter, IDisposable

Usage

The DataSet provides a way to work with data offline. The AseDataAdapter provides methods to associate a DataSet with a set of SQL statements.

See also

“Using AseDataAdapter to access and manipulate data” and “Accessing and manipulating data”.