2009-09-09 16:14:18 +00:00
|
|
|
/* OLE DB error codes.
|
|
|
|
*
|
|
|
|
* Copyright 2009 Huw Davies
|
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2.1 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef __WINE_OLEDBERR_H
|
|
|
|
#define __WINE_OLEDBERR_H
|
|
|
|
|
2019-02-28 08:16:02 +00:00
|
|
|
#define DB_E_BADACCESSORHANDLE 0x80040e00
|
|
|
|
#define DB_E_ROWLIMITEXCEEDED 0x80040e01
|
|
|
|
#define DB_E_READONLYACCESSOR 0x80040e02
|
|
|
|
#define DB_E_SCHEMAVIOLATION 0x80040e03
|
|
|
|
#define DB_E_BADROWHANDLE 0x80040e04
|
|
|
|
#define DB_E_OBJECTOPEN 0x80040e05
|
|
|
|
#define DB_E_BADCHAPTER 0x80040e06
|
|
|
|
#define DB_E_CANTCONVERTVALUE 0x80040e07
|
2009-11-04 11:23:18 +00:00
|
|
|
#define DB_E_BADBINDINFO 0x80040e08
|
2021-10-31 08:51:14 +00:00
|
|
|
#define DB_SEC_E_PERMISSIONDENIED 0x80040e09
|
|
|
|
#define DB_E_NOTAREFERENCECOLUMN 0x80040e0a
|
|
|
|
#define DB_E_LIMITREJECTED 0x80040e0b
|
|
|
|
#define DB_E_NOCOMMAND 0x80040e0c
|
|
|
|
#define DB_E_COSTLIMIT 0x80040e0d
|
|
|
|
#define DB_E_BADBOOKMARK 0x80040e0e
|
|
|
|
#define DB_E_BADLOCKMODE 0x80040e0f
|
|
|
|
#define DB_E_PARAMNOTOPTIONAL 0x80040e10
|
|
|
|
#define DB_E_BADCOLUMNID 0x80040e11
|
|
|
|
#define DB_E_BADRATIO 0x80040e12
|
|
|
|
#define DB_E_BADVALUES 0x80040e13
|
2015-10-08 09:06:17 +00:00
|
|
|
#define DB_E_ERRORSINCOMMAND 0x80040e14
|
|
|
|
#define DB_E_CANTCANCEL 0x80040e15
|
|
|
|
#define DB_E_DIALECTNOTSUPPORTED 0x80040e16
|
|
|
|
#define DB_E_DUPLICATEDATASOURCE 0x80040e17
|
|
|
|
#define DB_E_CANNOTRESTART 0x80040e18
|
2009-09-16 10:44:43 +00:00
|
|
|
#define DB_E_NOTFOUND 0x80040e19
|
2009-09-09 16:14:18 +00:00
|
|
|
|
2009-09-16 10:44:43 +00:00
|
|
|
#define DB_E_UNSUPPORTEDCONVERSION 0x80040e1d
|
2009-09-09 16:14:18 +00:00
|
|
|
|
2009-09-16 10:44:43 +00:00
|
|
|
#define DB_E_ERRORSOCCURRED 0x80040e21
|
|
|
|
|
2012-01-12 05:21:29 +00:00
|
|
|
#define DB_E_BADSTORAGEFLAG 0x80040e26
|
|
|
|
#define DB_E_BADCOMPAREOP 0x80040e27
|
|
|
|
#define DB_E_BADSTATUSVALUE 0x80040e28
|
2013-08-19 23:15:24 +00:00
|
|
|
#define DB_E_CANTSCROLLBACKWARDS 0x80040e29
|
|
|
|
#define DB_E_BADREGIONHANDLE 0x80040e2a
|
|
|
|
#define DB_E_NONCONTIGUOUSRANGE 0x80040e2b
|
|
|
|
#define DB_E_INVALIDTRANSITION 0x80040e2c
|
|
|
|
#define DB_E_NOTASUBREGION 0x80040e2d
|
|
|
|
#define DB_E_MULTIPLESTATEMENTS 0x80040e2e
|
|
|
|
#define DB_E_INTEGRITYVIOLATION 0x80040e2f
|
|
|
|
#define DB_E_BADTYPENAME 0x80040e30
|
|
|
|
#define DB_E_ABORTLIMITREACHED 0x80040e31
|
|
|
|
#define DB_E_ROWSETINCOMMAND 0x80040e32
|
|
|
|
#define DB_E_CANTTRANSLATE 0x80040e33
|
|
|
|
#define DB_E_DUPLICATEINDEXID 0x80040e34
|
|
|
|
#define DB_E_NOINDEX 0x80040e35
|
|
|
|
#define DB_E_INDEXINUSE 0x80040e36
|
|
|
|
#define DB_E_NOTABLE 0x80040e37
|
2013-06-25 02:23:39 +00:00
|
|
|
#define DB_E_CONCURRENCYVIOLATION 0x80040e38
|
|
|
|
|
|
|
|
#define DB_E_TABLEINUSE 0x80040e40
|
|
|
|
#define DB_E_NOLOCALE 0x80040e41
|
|
|
|
#define DB_E_BADRECORDNUM 0x80040e42
|
|
|
|
#define DB_E_BOOKMARKSKIPPED 0x80040e43
|
|
|
|
#define DB_E_BADPROPERTYVALUE 0x80040e44
|
|
|
|
#define DB_E_INVALID 0x80040e45
|
2013-08-19 23:15:24 +00:00
|
|
|
#define DB_E_BADACCESSORFLAGS 0x80040e46
|
|
|
|
#define DB_E_BADSTORAGEFLAGS 0x80040e47
|
|
|
|
#define DB_E_BYREFACCESSORNOTSUPPORTED 0x80040e48
|
|
|
|
#define DB_E_NULLACCESSORNOTSUPPORTED 0x80040e49
|
|
|
|
#define DB_E_NOTPREPARED 0x80040e4a
|
|
|
|
#define DB_E_BADACCESSORTYPE 0x80040e4b
|
|
|
|
#define DB_E_WRITEONLYACCESSOR 0x80040e4c
|
|
|
|
#define DB_SEC_E_AUTH_FAILED 0x80040e4d
|
2013-08-23 06:33:09 +00:00
|
|
|
#define DB_E_CANCELED 0x80040e4e
|
2013-05-20 00:57:11 +00:00
|
|
|
|
2013-08-01 03:53:48 +00:00
|
|
|
#define DB_E_ALREADYINITIALIZED 0x80040e52
|
2009-09-16 10:44:43 +00:00
|
|
|
#define DB_E_DATAOVERFLOW 0x80040e57
|
|
|
|
|
2012-12-26 16:53:45 +00:00
|
|
|
#define DB_E_MISMATCHEDPROVIDER 0x80040e75
|
|
|
|
|
2020-11-23 08:32:46 +00:00
|
|
|
#define DB_S_BOOKMARKSKIPPED 0x00040ec3
|
|
|
|
#define DB_S_NONEXTROWSET 0x00040ec5
|
|
|
|
#define DB_S_ENDOFROWSET 0x00040ec6
|
2021-10-31 08:51:14 +00:00
|
|
|
#define DB_S_DIALECTIGNORED 0x00040ecd
|
2009-09-16 10:44:43 +00:00
|
|
|
#define DB_S_ERRORSOCCURRED 0x00040eda
|
2009-09-09 16:14:18 +00:00
|
|
|
|
|
|
|
#endif /* __WINE_OLEDBERR_H */
|