The link between the DataSet class and Adaptive Server.
Description
It uses two important methods:
When using AseDataAdapter
Fill or Update methods, it can open the connection
if it is not already open.
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.