include: Add DB_E_CONCURRENCYVIOLATION define.
This commit is contained in:
parent
7dfa56886f
commit
1bf2cf3cd8
|
@ -33,6 +33,8 @@
|
|||
#define DB_E_BADCOMPAREOP 0x80040e27
|
||||
#define DB_E_BADSTATUSVALUE 0x80040e28
|
||||
|
||||
#define DB_E_CONCURRENCYVIOLATION 0x80040e38
|
||||
|
||||
#define DB_E_DATAOVERFLOW 0x80040e57
|
||||
|
||||
#define DB_E_MISMATCHEDPROVIDER 0x80040e75
|
||||
|
|
Loading…
Reference in New Issue