xDBstatement Class Reference

BASE CLASS FOR ODBC CURSOR. More...

#include <Zclassdb.h>

List of all members.

Public Attributes

bool verbose

Detailed Description

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.


Member Data Documentation

In case of errors, the function members will show a message box with detailed information. This member may be one of following values:

  • __talk - show details.
  • __silent - don't show details.

The documentation for this class was generated from the following file:

Generated on Sun Nov 29 07:22:16 2009 for Rad.on++ by  doxygen 1.6.1