BASE CLASS FOR ODBC CURSOR. More...
#include <Zclassdb.h>
Public Attributes | |
| bool | verbose |
BASE CLASS FOR ODBC CURSOR.
% Represents a set of records selected from a data source. Known as “recordsets” are typically used in two forms: dynasets and snapshots. A dynaset stays synchronized with data updates made by other users. A snapshot is a static view of the data. Each form represents a set of records fixed at the time the recordset is opened, but when you scroll to a record in a dynaset, it reflects changes subsequently made to the record, either by other users or by other recordsets in your application.
In case of errors, the function members will show a message box with detailed information. This member may be one of following values:
1.6.1