Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Do not use. Specifies how a transaction affected the database.
Syntax
typedef enum {
TRANSACTION_INSERT,
TRANSACTION_UPDATE,
TRANSACTION_DELETE,
TRANSACTION_INDEX_CHANGED,
TRANSACTION_INDEX_DELETED,
TRANSACTION_COMPACTED
} ACCESSTYPE;
Constants
-
TRANSACTION_INSERT
-
A new record was inserted into the database.
-
TRANSACTION_UPDATE
-
A record of the database was modified.
-
TRANSACTION_DELETE
-
A record of the database was deleted.
-
TRANSACTION_INDEX_CHANGED
-
A database index was modified.
-
TRANSACTION_INDEX_DELETED
-
A database index was deleted.
-
TRANSACTION_COMPACTED
-
The database was compacted.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Product |
Outlook Express 6.0 |
IDL |
|