ASA Programming Guide
Adaptive Server Anywhere .NET Data Provider API Reference
AsaCommand class
Executes a SQL statement that returns a result set.
AsaDataReader ExecuteReader( )
AsaDataReader ExecuteReader( CommandBehavior behavior )
behavior One of CloseConnection, Default, KeyInfo, SchemaOnly, SequentialAccess, SingleResult, or SingleRow.
For more information about this parameter, see the .NET Framework documentation for CommandBehavior Enumeration.
The result set as an AsaDataReader object.
The statement is the current AsaCommand object, with CommandText and Parameters as needed. The AsaDataReader object is a read-only, forward-only result set. For modifiable result sets, use an AsaDataAdapter.