AseDataAdapter Class

The link between the DataSet class and Adaptive Server.

Description

It uses two important methods:

  • Fill() – a DataSet with data from the server

  • Update() – apply the changes in a DataSet back to the server

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.

Related concepts
Use AseDataAdapter to Access and Manipulate Data
Ways to Access and Manipulate Data