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. This flag is used when defining indices of a database table. It specifies how database should compare two values.
Syntax
typedef enum {
COMPARE_IGNORECASE = 0x00000001,
COMPARE_DESCENDING = 0x00000002,
COMPARE_ASANSI = 0x00000004
} ACCESSTYPE;
Constants
-
COMPARE_IGNORECASE
-
String value comparison is case-insensitive.
-
COMPARE_DESCENDING
-
The index will be built in descending order.
-
COMPARE_ASANSI
-
String value is treated as ANSI.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Product |
Outlook Express 6.0 |
IDL |
|