Windows / Headers / dbdaoerr.h
dbdaoerr.h
Associated Error Codes
Below is a list of error codes found for this header.
Symbolic | Value | Description |
---|---|---|
E_DAO_InvalidParameter | 0x800a0bb9 | Invalid argument. |
E_DAO_CantBegin | 0x800a0bba | Couldn't start session. |
E_DAO_TransTooDeep | 0x800a0bbb | Couldn't start transaction; too many transactions already nested. |
E_DAO_DatabaseNotFound | 0x800a0bbc | Couldn't find database '|'. |
E_DAO_DatabaseInvalidName | 0x800a0bbd | '|' isn't a valid database name. |
E_DAO_DatabaseLocked | 0x800a0bbe | Database '|' is exclusively locked. |
E_DAO_DatabaseOpenError | 0x800a0bbf | Can't open library database '|'. |
E_DAO_TableLocked | 0x800a0bc0 | Table '|' is exclusively locked. |
E_DAO_TableInUse | 0x800a0bc1 | Couldn't lock table '|'; currently in use. |
E_DAO_TableDuplicate | 0x800a0bc2 | Table '|' already exists. |
E_DAO_ObjectNotFound | 0x800a0bc3 | Couldn't find object '|'. |
E_DAO_ObjectDuplicate | 0x800a0bc4 | Object '|' already exists. |
E_DAO_CannotRename | 0x800a0bc5 | Couldn't rename installable ISAM file. |
E_DAO_TooManyOpenTables | 0x800a0bc6 | Can't open any more tables. |
E_DAO_IndexNotFound | 0x800a0bc7 | '|' isn't an index in this table. |
E_DAO_ColumnDoesNotFit | 0x800a0bc8 | Field won't fit in record. |
E_DAO_ColumnTooBig | 0x800a0bc9 | The size of a field is too long. |
E_DAO_ColumnNotFound | 0x800a0bca | Couldn't find field '|'. |
E_DAO_NoCurrentIndex | 0x800a0bcb | Operation invalid without a current index. |
E_DAO_RecordNoCopy | 0x800a0bcc | Update or CancelUpdate without AddNew or Edit. |
E_DAO_NoCurrentRecord | 0x800a0bcd | No current record. |
E_DAO_KeyDuplicate | 0x800a0bce | Duplicate value in index, primary key, or relationship. Changes were unsuccessful. |
E_DAO_AlreadyPrepared | 0x800a0bcf | AddNew or Edit already used. |
E_DAO_FileNotFound | 0x800a0bd0 | Couldn't find file '|'. |
E_DAO_TooManyOpenFiles | 0x800a0bd1 | Can't open any more files. |
E_DAO_DiskFull | 0x800a0bd2 | Not enough space on disk. |
E_DAO_PermissionDenied | 0x800a0bd3 | Can't update. Database or object is read-only. |
E_DAO_CannotOpenSystemDb | 0x800a0bd4 | Can't start your application. The system database is missing or opened exclusively by another user. |
E_DAO_InvalidLogon | 0x800a0bd5 | Not a valid account name or password. |
E_DAO_InvalidAccountName | 0x800a0bd6 | '|' isn't a valid account name. |
E_DAO_InvalidPassword | 0x800a0bd7 | Not a valid password. |
E_DAO_InvalidOperation | 0x800a0bd8 | Can't perform this operation. |
E_DAO_AccessDenied | 0x800a0bd9 | No permission for '|'. |
E_DAO_NotInTransaction | 0x800a0bda | Commit or Rollback without BeginTrans. |
E_DAO_OutOfMemory | 0x800a0bdb | * |
E_DAO_CantAllocatePage | 0x800a0bdc | Database has reached maximum size. |
E_DAO_NoMoreCursors | 0x800a0bdd | Can't open any more tables or queries. |
E_DAO_OutOfBuffers | 0x800a0bde | * |
E_DAO_TooManyIndexes | 0x800a0bdf | Couldn't create index; too many indexes already defined. |
E_DAO_ReadVerifyFailure | 0x800a0be0 | Disk I/O error during read. |
E_DAO_FilesysVersion | 0x800a0be1 | Can't open a database created with a previous version of your application. |
E_DAO_NoMoreFiles | 0x800a0be2 | Out of MS-DOS file handles. |
E_DAO_DiskError | 0x800a0be3 | Disk or network error. |
E_DAO_InvalidPath | 0x800a0be4 | '|' isn't a valid path. |
E_DAO_FileShareViolation | 0x800a0be5 | Couldn't use '|'; file already in use. |
E_DAO_FileLockViolation | 0x800a0be6 | Couldn't save; currently locked by another user. |
E_DAO_RecordTooBig | 0x800a0be7 | Record is too large. |
E_DAO_TooManyOpenDatabases | 0x800a0be8 | Can't open any more databases. |
E_DAO_InvalidDatabase | 0x800a0be9 | Can't open database '|'. It may not be a database that your application recognizes, or the file may be corrupt. |
E_DAO_FileLockingUnavailable | 0x800a0bea | Couldn't lock file. |
E_DAO_FileAccessDenied | 0x800a0beb | Couldn't open file '|'. |
E_DAO_SharingBufferExceeded | 0x800a0bec | MS-DOS file sharing lock count exceeded. You need to increase the number of locks installed with SHARE.EXE. |
E_DAO_TaskLimitExceeded | 0x800a0bed | Too many client tasks. |
E_DAO_TooManyLongColumns | 0x800a0bee | Too many Memo or OLE object fields. |
E_DAO_InvalidFilename | 0x800a0bef | Not a valid file name. |
E_DAO_AbortSalvage | 0x800a0bf0 | Couldn't repair this database. |
E_DAO_LinkNotSupported | 0x800a0bf1 | Operation not supported on attached, or linked, tables. |
E_DAO_NullKeyDisallowed | 0x800a0bf2 | Index or primary key can't contain a null value. |
E_DAO_OperationCanceled | 0x800a0bf3 | Operation canceled by user. |
E_DAO_QueryParmTypeMismatch | 0x800a0bf4 | Wrong data type for parameter '|'. |
E_DAO_QueryMissingParmsM | 0x800a0bf5 | Too few parameters. Expected |. |
E_DAO_QueryDuplicateAliasM | 0x800a0bf6 | Duplicate output alias '|'. |
E_DAO_QueryDuplicateOutputM | 0x800a0bf7 | Duplicate output destination '|'. |
E_DAO_QueryIsBulkOp | 0x800a0bf8 | Can't open action query '|'. |
E_DAO_QueryIsNotBulkOp | 0x800a0bf9 | Can't execute a non-action query. |
E_DAO_QueryNoOutputsM | 0x800a0bfa | Query or table must contain at least one output field. |
E_DAO_QueryNoInputTablesM | 0x800a0bfb | Query input must contain at least one table or query. |
E_DAO_QueryInvalidAlias | 0x800a0bfc | Not a valid alias name. |
E_DAO_QueryInvalidBulkInputM | 0x800a0bfd | The action query '|' cannot be used as a row source. |
E_DAO_QueryUnboundRef | 0x800a0bfe | Can't bind name '|'. |
E_DAO_QueryExprEvaluation | 0x800a0bff | Can't evaluate expression. |
E_DAO_EvalEBESErr | 0x800a0c00 | | |
E_DAO_QueryNotUpdatable | 0x800a0c01 | Operation must use an updatable query. |
E_DAO_TableRepeatInFromList | 0x800a0c02 | Can't repeat table name '|' in FROM clause. |
E_DAO_QueryExprSyntax | 0x800a0c03 | |1 in query expression '|2'. |
E_DAO_QbeExprSyntax | 0x800a0c04 | | in criteria expression. |
E_DAO_FindExprSyntax | 0x800a0c05 | | in expression. |
E_DAO_InputTableNotFound | 0x800a0c06 | Couldn't find input table or query '|'. |
E_DAO_QueryAmbigRefM | 0x800a0c07 | Ambiguous field reference '|'. |
E_DAO_JoinTableNotInput | 0x800a0c08 | Joined table '|' not listed in FROM clause. |
E_DAO_UnaliasedSelfJoin | 0x800a0c09 | Can't join more than one table with the same name (|). |
E_DAO_ColumnNotInJoinTable | 0x800a0c0a | JOIN operation '|' refers to a non-joined table. |
E_DAO_QueryIsMGB | 0x800a0c0b | Can't use internal report query. |
E_DAO_QueryInsIntoBulkMGB | 0x800a0c0c | Can't insert data with action query. |
E_DAO_ExprUnknownFunctionM | 0x800a0c0d | Undefined function '|' in expression. |
E_DAO_QueryCannotDelete | 0x800a0c0e | Couldn't delete from specified tables. |
E_DAO_QueryTooManyGroupExprs | 0x800a0c0f | Too many expressions in GROUP BY clause. |
E_DAO_QueryTooManyOrderExprs | 0x800a0c10 | Too many expressions in ORDER BY clause. |
E_DAO_QueryTooManyDistExprs | 0x800a0c11 | Too many expressions in DISTINCT output. |
E_DAO_Column2ndSysMaint | 0x800a0c12 | Resultant table not allowed to have more than one Counter or Autonumber field. |
E_DAO_HavingWOGrouping | 0x800a0c13 | HAVING clause (|) without grouping or aggregation. |
E_DAO_HavingOnTransform | 0x800a0c14 | Can't use HAVING clause in TRANSFORM statement. |
E_DAO_OrderVsDistinct | 0x800a0c15 | ORDER BY clause (|) conflicts with DISTINCT. |
E_DAO_OrderVsGroup | 0x800a0c16 | ORDER BY clause (|) conflicts with GROUP BY clause. |
E_DAO_AggregateInArgument | 0x800a0c17 | Can't have aggregate function in expression (|). |
E_DAO_AggregateInWhere | 0x800a0c18 | Can't have aggregate function in WHERE clause (|). |
E_DAO_AggregateInOrderBy | 0x800a0c19 | Can't have aggregate function in ORDER BY clause (|). |
E_DAO_AggregateInGroupBy | 0x800a0c1a | Can't have aggregate function in GROUP BY clause (|). |
E_DAO_AggregateInJoin | 0x800a0c1b | Can't have aggregate function in JOIN operation (|). |
E_DAO_NullInJoinKey | 0x800a0c1c | Can't set field '|' in join key to Null. |
E_DAO_ValueBreaksJoin | 0x800a0c1d | There is no record in table '|2' with key matching field(s) '|1'. |
E_DAO_QueryTreeCycle | 0x800a0c1e | Circular reference caused by '|'. |
E_DAO_OutputAliasCycle | 0x800a0c1f | Circular reference caused by alias '|' in query definition's SELECT list. |
E_DAO_QryDuplicatedFixedSetM | 0x800a0c20 | Can't specify Fixed Column Heading '|' in a crosstab query more than once. |
E_DAO_NoSelectIntoColumnName | 0x800a0c21 | Missing destination field name in SELECT INTO statement (|). |
E_DAO_NoUpdateColumnName | 0x800a0c22 | Missing destination field name in UPDATE statement (|). |
E_DAO_QueryNoInsertPerm | 0x800a0c23 | Record(s) can't be added; no Insert Data permission on '|'. |
E_DAO_QueryNoReplacePerm | 0x800a0c24 | Record(s) can't be edited; no Update Data permission on '|'. |
E_DAO_QueryNoDeletePerm | 0x800a0c25 | Record(s) can't be deleted; no Delete Data permission on '|'. |
E_DAO_QueryNoReadDefPerm | 0x800a0c26 | Couldn't read definitions; no Read Design permission for table or query '|'. |
E_DAO_QueryNoTblCrtPerm | 0x800a0c27 | Couldn't create; no Create permission for table or query '|'. |
E_DAO_QueryNoReadPerm | 0x800a0c28 | Record(s) can't be read; no Read Data permission on '|'. |
E_DAO_QueryColNotUpd | 0x800a0c29 | Can't update '|'; field not updatable. |
E_DAO_QueryLVInDistinct | 0x800a0c2a | Can't include Memo or OLE object when you select unique values (|). |
E_DAO_QueryLVInAggregate | 0x800a0c2b | Can't have Memo or OLE object in aggregate argument (|). |
E_DAO_QueryLVInHaving | 0x800a0c2c | Can't have Memo or OLE object in criteria (|) for aggregate function. |
E_DAO_QueryLVInOrderBy | 0x800a0c2d | Can't sort on Memo or OLE object (|). |
E_DAO_QueryLVInJoin | 0x800a0c2e | Can't join on Memo or OLE object (|). |
E_DAO_QueryLVInGroupBy | 0x800a0c2f | Can't group on Memo or OLE object (|). |
E_DAO_DotStarWithGrouping | 0x800a0c30 | Can't group on fields selected with '*' (|). |
E_DAO_StarWithGrouping | 0x800a0c31 | Can't group on fields selected with '*'. |
E_DAO_IllegalDetailRef | 0x800a0c32 | '|' not part of aggregate function or grouping. |
E_DAO_StarNotAtLevel0 | 0x800a0c33 | Can't use '*' in crosstab query. |
E_DAO_QueryInvalidMGBInput | 0x800a0c34 | Can't input from internal report query (|). |
E_DAO_InvalidName | 0x800a0c35 | '|' isn't a valid name. |
E_DAO_QueryBadBracketing | 0x800a0c36 | Invalid bracketing of name '|'. |
E_DAO_InsertIntoUnknownCol | 0x800a0c37 | INSERT INTO statement contains unknown field name '|'. |
E_DAO_QueryNoDeleteTables | 0x800a0c38 | Must specify tables to delete from. |
E_DAO_SQLSyntax | 0x800a0c39 | Invalid SQL statement; expected 'DELETE', 'INSERT', 'PROCEDURE', 'SELECT', or 'UPDATE'. |
E_DAO_SQLDeleteSyntax | 0x800a0c3a | Syntax error in DELETE statement. |
E_DAO_SQLFromSyntax | 0x800a0c3b | Syntax error in FROM clause. |
E_DAO_SQLGroupBySyntax | 0x800a0c3c | Syntax error in GROUP BY clause. |
E_DAO_SQLHavingSyntax | 0x800a0c3d | Syntax error in HAVING clause. |
E_DAO_SQLInsertSyntax | 0x800a0c3e | Syntax error in INSERT statement. |
E_DAO_SQLJoinSyntax | 0x800a0c3f | Syntax error in JOIN operation. |
E_DAO_SQLLevelSyntax | 0x800a0c40 | Syntax error in LEVEL clause. |
E_DAO_SQLMissingSemicolon | 0x800a0c41 | Missing semicolon (;) at end of SQL statement. |
E_DAO_SQLOrderBySyntax | 0x800a0c42 | Syntax error in ORDER BY clause. |
E_DAO_SQLParameterSyntax | 0x800a0c43 | Syntax error in PARAMETER clause. |
E_DAO_SQLProcedureSyntax | 0x800a0c44 | Syntax error in PROCEDURE clause. |
E_DAO_SQLSelectSyntax | 0x800a0c45 | Syntax error in SELECT statement. |
E_DAO_SQLTooManyTokens | 0x800a0c46 | Characters found after end of SQL statement. |
E_DAO_SQLTransformSyntax | 0x800a0c47 | Syntax error in TRANSFORM statement. |
E_DAO_SQLUpdateSyntax | 0x800a0c48 | Syntax error in UPDATE statement. |
E_DAO_SQLWhereSyntax | 0x800a0c49 | Syntax error in WHERE clause. |
E_DAO_RmtSQLCError | 0x800a0c4a | ODBC--call failed. |
E_DAO_RmtDataOverflow | 0x800a0c4b | * |
E_DAO_RmtConnectFailed | 0x800a0c4c | * |
E_DAO_RmtIncorrectSqlcDll | 0x800a0c4d | * |
E_DAO_RmtMissingSqlcDll | 0x800a0c4e | * |
E_DAO_RmtConnectFailedM | 0x800a0c4f | ODBC--connection to '|' failed. |
E_DAO_RmtDrvrVer | 0x800a0c50 | * |
E_DAO_RmtSrvrVer | 0x800a0c51 | * |
E_DAO_RmtMissingOdbcDll | 0x800a0c52 | ODBC--couldn't find DLL '|'. |
E_DAO_RmtInsertFailedM | 0x800a0c53 | ODBC--insert failed on attached (linked) table '|'. |
E_DAO_RmtDeleteFailedM | 0x800a0c54 | ODBC--delete failed on attached (linked) table '|'. |
E_DAO_RmtUpdateFailedM | 0x800a0c55 | ODBC--update failed on attached (linked) table '|'. |
E_DAO_RecordLocked | 0x800a0c56 | Couldn't save record; currently locked by another user. |
E_DAO_InvalidBookmark | 0x800a0c57 | Not a valid bookmark. |
E_DAO_TableNotOpen | 0x800a0c58 | Table isn't open. |
E_DAO_DecryptFail | 0x800a0c59 | Couldn't decrypt file. |
E_DAO_NullInvalid | 0x800a0c5a | Null is invalid. |
E_DAO_InvalidBufferSize | 0x800a0c5b | Couldn't perform operation; data too long for field. |
E_DAO_ColumnNotUpdatable | 0x800a0c5c | Field can't be updated. |
E_DAO_CantMakeINFFile | 0x800a0c5d | Couldn't open .INF file. |
E_DAO_MissingMemoFile | 0x800a0c5e | Missing memo file. |
E_DAO_RecordDeleted | 0x800a0c5f | Record is deleted. |
E_DAO_INFFileError | 0x800a0c60 | Invalid .INF file. |
E_DAO_ExprIllegalType | 0x800a0c61 | Illegal type in expression. |
E_DAO_InstalIsamNotFound | 0x800a0c62 | Couldn't find installable ISAM. |
E_DAO_NoConfigParameters | 0x800a0c63 | Couldn't find net path or user name. |
E_DAO_CantAccessPdoxNetDir | 0x800a0c64 | Couldn't open PARADOX.NET. |
E_DAO_NoMSysAccounts | 0x800a0c65 | Couldn't open table 'MSysAccounts' in the system database file. |
E_DAO_NoMSysGroups | 0x800a0c66 | Couldn't open table 'MSysGroups' in the system database file. |
E_DAO_DateOutOfRange | 0x800a0c67 | Date is out of range or is in an invalid format. |
E_DAO_ImexCantOpenFile | 0x800a0c68 | Couldn't open file '|'. |
E_DAO_ImexBadTableName | 0x800a0c69 | Not a valid table name. |
E_DAO_ImexOutOfMemory | 0x800a0c6a | * |
E_DAO_ImexEndofFile | 0x800a0c6b | Encountered unexpected end of file. |
E_DAO_ImexCantWriteToFile | 0x800a0c6c | Couldn't write to file '|'. |
E_DAO_ImexBadRange | 0x800a0c6d | Invalid range. |
E_DAO_ImexBogusFile | 0x800a0c6e | Invalid file format. |
E_DAO_TempDiskFull | 0x800a0c6f | Not enough space on temporary disk. |
E_DAO_RmtLinkNotFound | 0x800a0c70 | Couldn't execute query; couldn't find attached, or linked, table. |
E_DAO_RmtTooManyColumns | 0x800a0c71 | SELECT INTO remote database tried to produce too many fields. |
E_DAO_ReadConflictM | 0x800a0c72 | Couldn't save; currently locked by user '|2' on machine '|1'. |
E_DAO_CommitConflictM | 0x800a0c73 | Couldn't read; currently locked by user '|2' on machine '|1'. |
E_DAO_SessionWriteConflict | 0x800a0c74 | Couldn't update; currently locked by another session on this machine. |
E_DAO_JetSpecialTableLocked | 0x800a0c75 | Table '|1' is exclusively locked by user '|3' on machine '|2'. |
E_DAO_TooManyColumns | 0x800a0c76 | Too many fields defined. |
E_DAO_ColumnDuplicate | 0x800a0c77 | Can't define field more than once. |
E_DAO_OutputTableNotFound | 0x800a0c78 | Couldn't find output table '|'. |
E_DAO_JetNoUserName | 0x800a0c79 | (unknown) |
E_DAO_JetNoMachineName | 0x800a0c7a | (unknown) |
E_DAO_JetNoColumnName | 0x800a0c7b | (expression) |
E_DAO_DatabaseInUse | 0x800a0c7c | Couldn't use '|'; database already in use. |
E_DAO_DataHasChanged | 0x800a0c7d | Data has changed; operation stopped. |
E_DAO_TooManySessions | 0x800a0c7e | Couldn't start session. Too many sessions already active. |
E_DAO_ReferenceNotFound | 0x800a0c7f | Couldn't find reference. |
E_DAO_IntegrityViolMasterM | 0x800a0c80 | Can't delete or change record. Since related records exist in table '|', referential integrity rules would be violated. |
E_DAO_IntegrityViolSlaveM | 0x800a0c81 | Can't add or change record. Referential integrity rules require a related record in table '|'. |
E_DAO_ReadConflict | 0x800a0c82 | Couldn't save; currently locked by another user. |
E_DAO_AggregatingHigherLevel | 0x800a0c83 | Can't specify subquery in expression (|). |
E_DAO_DatabaseDuplicate | 0x800a0c84 | Database already exists. |
E_DAO_QueryTooManyXvtColumn | 0x800a0c85 | Too many crosstab column headers (|). |
E_DAO_SelfReference | 0x800a0c86 | Can't create a relationship between a field and itself. |
E_DAO_CantUseUnkeyedTable | 0x800a0c87 | Operation not supported on Paradox table with no primary key. |
E_DAO_IllegalDeletedOption | 0x800a0c88 | Invalid Deleted entry in the Xbase section of initialization setting. |
E_DAO_IllegalStatsOption | 0x800a0c89 | Invalid Stats entry in the Xbase section of initialization setting. |
E_DAO_ConnStrTooLong | 0x800a0c8a | Connection string too long. |
E_DAO_TableInUseQM | 0x800a0c8b | Couldn't lock table '|'; currently in use. |
E_DAO_JetSpecialTableInUse | 0x800a0c8c | Couldn't lock table '|1'; currently in use by user '|3' on machine '|2'. |
E_DAO_IllegalDateOption | 0x800a0c8d | Invalid Date entry in the Xbase section of initialization setting. |
E_DAO_IllegalMarkOption | 0x800a0c8e | Invalid Mark entry in the Xbase section of initialization setting. |
E_DAO_BtrieveTooManyTasks | 0x800a0c8f | Too many Btrieve tasks. |
E_DAO_QueryParmNotTableid | 0x800a0c90 | Parameter '|' specified where a table name is required. |
E_DAO_QueryParmNotDatabase | 0x800a0c91 | Parameter '|' specified where a database name is required. |
E_DAO_WriteConflict | 0x800a0c92 | Couldn't update; currently locked. |
E_DAO_IllegalOperation | 0x800a0c93 | Invalid operation. |
E_DAO_WrongCollatingSequence | 0x800a0c94 | Incorrect collating sequence. |
E_DAO_BadConfigParameters | 0x800a0c95 | Invalid entries in the Btrieve section of initialization setting. |
E_DAO_QueryContainsDbParm | 0x800a0c96 | Query can't contain a Database parameter. |
E_DAO_QueryInvalidParmM | 0x800a0c97 | '|' isn't a valid parameter name. |
E_DAO_BtrieveDDCorrupted | 0x800a0c98 | Can't read Btrieve data dictionary. |
E_DAO_BtrieveDeadlock | 0x800a0c99 | Encountered record locking deadlock while performing Btrieve operation. |
E_DAO_BtrieveFailure | 0x800a0c9a | Errors encountered while using the Btrieve DLL. |
E_DAO_IllegalCenturyOption | 0x800a0c9b | Invalid Century entry in the Xbase section of initialization setting. |
E_DAO_IllegalCollatingSeq | 0x800a0c9c | Invalid Collating Sequence. |
E_DAO_NonModifiableKey | 0x800a0c9d | Btrieve--can't change field. |
E_DAO_ObsoleteLockFile | 0x800a0c9e | Out-of-date Paradox lock file. |
E_DAO_RmtColDataTruncated | 0x800a0c9f | ODBC--field would be too long; data truncated. |
E_DAO_RmtCreateTableFailed | 0x800a0ca0 | ODBC--couldn't create table. |
E_DAO_RmtOdbcVer | 0x800a0ca1 | * |
E_DAO_RmtQueryTimeout | 0x800a0ca2 | ODBC--remote query timeout expired. |
E_DAO_RmtTypeIncompat | 0x800a0ca3 | ODBC--data type not supported on server. |
E_DAO_RmtUnexpectedNull | 0x800a0ca4 | * |
E_DAO_RmtUnexpectedType | 0x800a0ca5 | * |
E_DAO_RmtValueOutOfRange | 0x800a0ca6 | ODBC--data out of range. |
E_DAO_TooManyActiveUsers | 0x800a0ca7 | Too many active users. |
E_DAO_CantStartBtrieve | 0x800a0ca8 | Btrieve--missing Btrieve engine. |
E_DAO_OutOfBVResources | 0x800a0ca9 | Btrieve--out of resources. |
E_DAO_QueryBadUpwardRefedM | 0x800a0caa | Invalid reference in SELECT statement. |
E_DAO_ImexNoMatchingColumns | 0x800a0cab | None of the import field names match fields in the appended table. |
E_DAO_ImexPasswordProtected | 0x800a0cac | Can't import password-protected spreadsheet. |
E_DAO_ImexUnparsableRecord | 0x800a0cad | Couldn't parse field names from first row of import table. |
E_DAO_InTransaction | 0x800a0cae | Operation not supported in transactions. |
E_DAO_RmtLinkOutOfSync | 0x800a0caf | ODBC--linked table definition has changed. |
E_DAO_IllegalNetworkOption | 0x800a0cb0 | Invalid NetworkAccess entry in initialization setting. |
E_DAO_IllegalTimeoutOption | 0x800a0cb1 | Invalid PageTimeout entry in initialization setting. |
E_DAO_CantBuildKey | 0x800a0cb2 | Couldn't build key. |
E_DAO_FeatureNotAvailable | 0x800a0cb3 | Operation is not supported for this type of object. |
E_DAO_IllegalReentrancy | 0x800a0cb4 | Can't open form whose underlying query contains a user-defined function that attempts to set or get the form's RecordsetClone property. |
E_DAO_UNUSED | 0x800a0cb5 | * |
E_DAO_RmtDenyWriteIsInvalid | 0x800a0cb6 | ODBC--Can't lock all records. |
E_DAO_ODBCParmsChanged | 0x800a0cb7 | * |
E_DAO_INFIndexNotFound | 0x800a0cb8 | Index file not found. |
E_DAO_SQLOwnerAccessSyntax | 0x800a0cb9 | Syntax error in WITH OWNERACCESS OPTION declaration. |
E_DAO_QueryAmbiguousJoins | 0x800a0cba | Query contains ambiguous outer joins. |
E_DAO_InvalidColumnType | 0x800a0cbb | Invalid field data type. |
E_DAO_WriteConflictM | 0x800a0cbc | Couldn't update; currently locked by user '|2' on machine '|1'. |
E_DAO_TableLockedM | 0x800a0cbd | | |
E_DAO_TableInUseMUQM | 0x800a0cbe | | |
E_DAO_InvalidTableId | 0x800a0cbf | Invalid database object. |
E_DAO_VtoNoFields | 0x800a0cc0 | No fields defined - cannot append Tabledef or Index. |
E_DAO_VtoNameNotFound | 0x800a0cc1 | Item not found in this collection. |
E_DAO_VtoFieldInCollection | 0x800a0cc2 | Can't append. Field is part of a TableDefs collection. |
E_DAO_VtoNotARecordset | 0x800a0cc3 | Property can be set only when the field is part of a Recordset object's Fields collection. |
E_DAO_VtoNoSetObjInDb | 0x800a0cc4 | Can't set this property once the object is part of a collection. |
E_DAO_VtoIndexInCollection | 0x800a0cc5 | Can't append. Index is part of a TableDefs collection. |
E_DAO_VtoPropNotFound | 0x800a0cc6 | Property not found. |
E_DAO_VtoIllegalValue | 0x800a0cc7 | Invalid property value. |
E_DAO_VtoNotArray | 0x800a0cc8 | Object isn't a collection. |
E_DAO_VtoNoSuchMethod | 0x800a0cc9 | Method not applicable for this object. |
E_DAO_NotExternalFormat | 0x800a0cca | External table isn't in the expected format. |
E_DAO_UnexpectedEngineReturn | 0x800a0ccb | Unexpected error from external database driver (|). |
E_DAO_InvalidDatabaseId | 0x800a0ccc | Invalid database ID. |
E_DAO_TooManyKeys | 0x800a0ccd | Can't have more than 10 fields in an index. |
E_DAO_NotInitialized | 0x800a0cce | Database engine hasn't been initialized. |
E_DAO_AlreadyInitialized | 0x800a0ccf | Database engine has already been initialized. |
E_DAO_ColumnInUse | 0x800a0cd0 | Can't delete a field that is part of an index or is needed by the system. |
E_DAO_IndexInUse | 0x800a0cd1 | Can't delete this index. It is either the current index or is used in a relationship. |
E_DAO_TableNotEmpty | 0x800a0cd2 | Can't create field or index in a table that is already defined. |
E_DAO_IndexHasPrimary | 0x800a0cd3 | Primary key already exists. |
E_DAO_IndexDuplicate | 0x800a0cd4 | Index already exists. |
E_DAO_IndexInvalidDef | 0x800a0cd5 | Invalid index definition. |
E_DAO_WrongMemoFileType | 0x800a0cd6 | Format of memo file doesn't match specified external database format. |
E_DAO_ColumnCannotIndex | 0x800a0cd7 | Can't create index on the given field. |
E_DAO_IndexHasNoPrimary | 0x800a0cd8 | Paradox index is not primary. |
E_DAO_DDLConstraintSyntax | 0x800a0cd9 | Syntax error in CONSTRAINT clause. |
E_DAO_DDLCreateTableSyntax | 0x800a0cda | Syntax error in CREATE TABLE statement. |
E_DAO_DDLCreateIndexSyntax | 0x800a0cdb | Syntax error in CREATE INDEX statement. |
E_DAO_DDLColumnDefSyntax | 0x800a0cdc | Syntax error in field definition. |
E_DAO_DDLAlterTableSyntax | 0x800a0cdd | Syntax error in ALTER TABLE statement. |
E_DAO_DDLDropIndexSyntax | 0x800a0cde | Syntax error in DROP INDEX statement. |
E_DAO_DDLDropSyntax | 0x800a0cdf | Syntax error in DROP TABLE or DROP INDEX. |
E_DAO_V11NotSupported | 0x800a0ce0 | Join expression not supported. |
E_DAO_ImexNothingToImport | 0x800a0ce1 | Couldn't import table or query. No records found, or all records contain errors. |
E_DAO_RmtTableAmbiguous | 0x800a0ce2 | There are several tables with that name. Please specify owner in the format 'owner.table'. |
E_DAO_JetODBCConformanceError | 0x800a0ce3 | ODBC Specification Conformance Error (|). This error should be reported to the ODBC driver vendor. |
E_DAO_IllegalRelationship | 0x800a0ce4 | Can't create a relationship. |
E_DAO_DBVerFeatureNotAvailable | 0x800a0ce5 | Can't perform this operation; features in this version are not available in databases with older formats. |
E_DAO_RulesLoaded | 0x800a0ce6 | Can't change a rule while the rules for this table are in use. |
E_DAO_ColumnInRelationship | 0x800a0ce7 | Can't delete this field. It's part of one or more relationships. |
E_DAO_InvalidPin | 0x800a0ce8 | You must enter a personal identifier (PID) consisting of at least four and no more than 20 characters and digits. |
E_DAO_RmtBogusConnStr | 0x800a0ce9 | Invalid connection string in pass-through query. |
E_DAO_SingleColumnExpected | 0x800a0cea | At most one field can be returned from a subquery that doesn't use the EXISTS keyword. |
E_DAO_ColumnCountMismatch | 0x800a0ceb | The number of columns in the two selected tables or queries of a union query don't match. |
E_DAO_InvalidTopArgumentM | 0x800a0cec | Invalid TOP argument in select query. |
E_DAO_PropertyTooLarge | 0x800a0ced | Property setting can't be larger than 2 KB. |
E_DAO_JPMInvalidForV1x | 0x800a0cee | This property isn't supported for external data sources or for databases created in a previous version. |
E_DAO_PropertyExists | 0x800a0cef | Property specified already exists. |
E_DAO_TLVNativeUserTablesOnly | 0x800a0cf0 | Validation rules and default values can't be placed on system or attached (linked) tables. |
E_DAO_TLVInvalidColumn | 0x800a0cf1 | Can't place this validation expression on this field. |
E_DAO_TLVNoNullM | 0x800a0cf2 | Field '|' can't contain a null value. |
E_DAO_TLVNoBlankM | 0x800a0cf3 | Field '|' can't be a zero-length string. |
E_DAO_TLVRuleViolationM | 0x800a0cf4 | | |
E_DAO_TLVRuleVioNoMessage | 0x800a0cf5 | One or more values entered is prohibited by the validation rule '|2' set for '|1'. |
E_DAO_QueryTopNotAllowedM | 0x800a0cf6 | Top not allowed in delete queries. |
E_DAO_SQLUnionSyntax | 0x800a0cf7 | Syntax error in union query. |
E_DAO_TLVExprSyntaxM | 0x800a0cf8 | | in table-level validation expression. |
E_DAO_NoDbInConnStr | 0x800a0cf9 | No database specified in connection string or IN clause. |
E_DAO_QueryBadValueListM | 0x800a0cfa | Crosstab query contains one or more invalid fixed column headings. |
E_DAO_QueryIsNotRowReturning | 0x800a0cfb | The query can not be used as a row source. |
E_DAO_QueryIsDDL | 0x800a0cfc | This query is a DDL query and cannot be used as a row source. |
E_DAO_SPTReturnedNoRecords | 0x800a0cfd | Pass-through query with ReturnsRecords property set to True did not return any records. |
E_DAO_QueryIsSnapshot | 0x800a0cfe | This Recordset is not updatable. |
E_DAO_QueryExprOutput | 0x800a0cff | Field '|' is based on an expression and can't be edited. |
E_DAO_QueryTableRO | 0x800a0d00 | Table '|2' is read-only. |
E_DAO_QueryRowDeleted | 0x800a0d01 | Record in table '|' was deleted by another user. |
E_DAO_QueryRowLocked | 0x800a0d02 | Record in table '|' is locked by another user. |
E_DAO_QueryFixupChanged | 0x800a0d03 | To make changes to this field, first save the record. |
E_DAO_QueryCantFillIn | 0x800a0d04 | Can't enter value into blank field on 'one' side of outer join. |
E_DAO_QueryWouldOrphan | 0x800a0d05 | Records in table '|' would have no record on the 'one' side. |
E_DAO_V10Format | 0x800a0d06 | Can be present only in version 1.0 format. |
E_DAO_InvalidDelete | 0x800a0d07 | DeleteOnly called with non-zero cbData. |
E_DAO_IllegalIndexDDFOption | 0x800a0d08 | Btrieve: Invalid IndexDDF option in initialization setting. |
E_DAO_IllegalDataCodePage | 0x800a0d09 | Invalid DataCodePage option in initialization setting. |
E_DAO_XtrieveEnvironmentError | 0x800a0d0a | Btrieve: Xtrieve options aren't correct in initialization setting. |
E_DAO_IllegalIndexNumberOption | 0x800a0d0b | Btrieve: Invalid IndexDeleteRenumber option in initialization setting. |
E_DAO_QueryIsCorruptM | 0x800a0d0c | Query '|' is corrupt. |
E_DAO_IncorrectJoinKeyM | 0x800a0d0d | Current field must match join key '|' on 'one' side of outer join because it has been updated. |
E_DAO_QueryLVInSubqueryM | 0x800a0d0e | Invalid Memo or OLE object in subquery '|'. |
E_DAO_InvalidDatabaseM | 0x800a0d0f | Unrecognized database format '|'. |
E_DAO_TLVCouldNotBindRef | 0x800a0d10 | Unknown or invalid reference '|1' in validation expression or default value in table '|2'. |
E_DAO_CouldNotBindRef | 0x800a0d11 | Unknown or invalid field reference '|'. |
E_DAO_QueryWrongNumDestCol | 0x800a0d12 | Number of query values and destination fields aren't the same. |
E_DAO_QueryPKeyNotOutput | 0x800a0d13 | Can't add record(s); primary key for table '|' not in recordset. |
E_DAO_QueryJKeyNotOutput | 0x800a0d14 | Can't add record(s); join key of table '|' not in recordset. |
E_DAO_NumericFieldOverflow | 0x800a0d15 | Numeric field overflow. |
E_DAO_InvalidObject | 0x800a0d16 | Object is invalid for operation. |
E_DAO_OrderVsUnion | 0x800a0d17 | ORDER BY expression (|) uses non-output fields. |
E_DAO_NoInsertColumnNameM | 0x800a0d18 | No destination field name in INSERT INTO statement (|). |
E_DAO_MissingDDFFile | 0x800a0d19 | Btrieve: Can't find file FIELD.DDF. |
E_DAO_SingleRecordExpected | 0x800a0d1a | At most one record can be returned by this subquery. |
E_DAO_DefaultExprSyntax | 0x800a0d1b | Syntax error in default value. |
E_DAO_ExclusiveDBConflict | 0x800a0d1c | The database is opened by user '|2' on machine '|1'. |
E_DAO_QueryIsNotDDL | 0x800a0d1d | This query is not a properly formed data-definition query. |
E_DAO_SysDatabaseOpenError | 0x800a0d1e | Can't open Microsoft Jet engine system database. |
E_DAO_SQLInvalidSPT | 0x800a0d1f | Pass-through query must contain at least one character. |
E_DAO_QueryTooComplex | 0x800a0d20 | Query is too complex. |
E_DAO_SetOpInvalidInSubquery | 0x800a0d21 | Unions not allowed in a subquery. |
E_DAO_RmtMultiRowUpdate | 0x800a0d22 | Single-row update/delete affected more than one row of an attached (linked) table. Unique index contains duplicate values. |
E_DAO_QueryNoJoinedRecord | 0x800a0d23 | Record(s) can't be added; no corresponding record on the 'one' side. |
E_DAO_QueryLVInSetOp | 0x800a0d24 | Can't use Memo or OLE object field '|' in SELECT clause of a union query. |
E_DAO_VtoInvalidOnRemote | 0x800a0d25 | Property value not valid for REMOTE objects. |
E_DAO_VtoNoFieldsRel | 0x800a0d26 | Can't append a relation with no fields defined. |
E_DAO_VtoObjectInCollection | 0x800a0d27 | Can't append. Object already in collection. |
E_DAO_DDLDiffNumRelCols | 0x800a0d28 | Relationship must be on the same number of fields with the same data types. |
E_DAO_DDLIndexColNotFound | 0x800a0d29 | Can't find field in index definition. |
E_DAO_DDLPermissionDenied | 0x800a0d2a | Can't modify the design of table '|'. It's in a read-only database. |
E_DAO_DDLObjectNotFound | 0x800a0d2b | Can't find table or constraint. |
E_DAO_DDLIndexNotFound | 0x800a0d2c | No such index '|2' on table '|1'. |
E_DAO_DDLNoPkeyOnRefdTable | 0x800a0d2d | Can't create relationship. Referenced table '|' doesn't have a primary key. |
E_DAO_DDLColumnsNotUnique | 0x800a0d2e | The specified fields are not uniquely indexed in table '|'. |
E_DAO_DDLIndexDuplicate | 0x800a0d2f | Table '|1' already has an index named '|2' |
E_DAO_DDLTableNotFound | 0x800a0d30 | Table '|' doesn't exist. |
E_DAO_DDLRelNotFound | 0x800a0d31 | No such relationship '|2' on table '|1'. |
E_DAO_DDLRelDuplicate | 0x800a0d32 | There is already a relationship named '|' in the current database. |
E_DAO_DDLIntegrityViolation | 0x800a0d33 | Can't create relationships to enforce referential integrity. Existing data in table '|2' violates referential integrity rules with related table '|1'. |
E_DAO_DDLColumnDuplicate | 0x800a0d34 | Field '|2' already exists in table '|1'. |
E_DAO_DDLColumnNotFound | 0x800a0d35 | There is no field named '|2' in table '|1'. |
E_DAO_DDLColumnTooBig | 0x800a0d36 | The size of field '|' is too long. |
E_DAO_DDLColumnInRel | 0x800a0d37 | Can't delete field '|'. It's part of one or more relationships. |
E_DAO_VtoCantDeleteBuiltIn | 0x800a0d38 | Can't delete a built-in property. |
E_DAO_VtoUDPsDontSupportNull | 0x800a0d39 | User-defined properties don't support a Null value. |
E_DAO_VtoMissingRequiredParm | 0x800a0d3a | Property '|' must be set before using this method. |
E_DAO_JetJetInitInvalidPath | 0x800a0d3b | Can't find TEMP directory. |
E_DAO_TLVExprUnknownFunctionM | 0x800a0d3c | Unknown function '|2' in validation expression or default value on '|1'. |
E_DAO_QueryNotSupported | 0x800a0d3d | Query support unavailable. |
E_DAO_AccountDuplicate | 0x800a0d3e | Account name already exists. |
E_DAO_JetwrnPropCouldNotSave | 0x800a0d3f | An error has occurred. Properties were not saved. |
E_DAO_RelNoPrimaryIndexM | 0x800a0d40 | There is no primary key in table '|'. |
E_DAO_QueryKeyTooBig | 0x800a0d41 | Can't perform join, group, sort, or indexed restriction. A value being searched or sorted on is too long. |
E_DAO_PropMustBeDDL | 0x800a0d42 | Can't save property; property is a schema property. |
E_DAO_IllegalRIConstraint | 0x800a0d43 | Invalid referential integrity constraint. |
E_DAO_RIViolationMasterCM | 0x800a0d44 | Can't perform cascading operation. Since related records exist in table '|', referential integrity rules would be violated. |
E_DAO_RIViolationSlaveCM | 0x800a0d45 | Can't perform cascading operation. There must be a related record in table '|'. |
E_DAO_RIKeyNullDisallowedCM | 0x800a0d46 | Can't perform cascading operation. It would result in a null key in table '|'. |
E_DAO_RIKeyDuplicateCM | 0x800a0d47 | Can't perform cascading operation. It would result in a duplicate key in table '|'. |
E_DAO_RIUpdateTwiceCM | 0x800a0d48 | Can't perform cascading operation. It would result in two updates on field '|2' in table '|1'. |
E_DAO_RITLVNoNullCM | 0x800a0d49 | Can't perform cascading operation. It would cause field '|' to become null, which is not allowed. |
E_DAO_RITLVNoBlankCM | 0x800a0d4a | Can't perform cascading operation. It would cause field '|' to become a zero-length string, which is not allowed. |
E_DAO_RITLVRuleViolationCM | 0x800a0d4b | Can't perform cascading operation: '|' |
E_DAO_RITLVRuleVioCNoMessage | 0x800a0d4c | Can't perform cascading operation. The value entered is prohibited by the validation rule '|2' set for '|1'. |
E_DAO_TLVRuleEvalEBESErr | 0x800a0d4d | Error '|' in validation rule. |
E_DAO_TLVDefaultEvalEBESErr | 0x800a0d4e | Error '|' in default value. |
E_DAO_BadMSysConf | 0x800a0d4f | The server's MSysConf table exists, but is in an incorrect format. Contact your system administrator. |
E_DAO_TooManyFindSessions | 0x800a0d50 | Too many FastFind Sessions were invoked. |
E_DAO_InvalidColumnM | 0x800a0d51 | Invalid field name '|' in definition of index or relationship. |
E_DAO_REPReadOnly | 0x800a0d52 | * |
E_DAO_RIInvalidBufferSizeCM | 0x800a0d53 | Invalid entry. Can't perform cascading operation specified in table '|1' because value entered is too big for field '|2'. |
E_DAO_RIWriteConflictCM | 0x800a0d54 | | |
E_DAO_JetSpecialRIWriteConflictCM | 0x800a0d55 | Can't perform cascading update on table '|1' because it is currently in use by user '|3' on machine '|2'. |
E_DAO_RISessWriteConflictCM | 0x800a0d56 | Can't perform cascading update on table '|' because it is currently in use. |
E_DAO_NoBlank | 0x800a0d57 | Zero-length string is valid only in a text or Memo field. |
E_DAO_FutureError | 0x800a0d58 | | |
E_DAO_QueryInvalidBulkInput | 0x800a0d59 | An action query cannot be used as a row source. |
E_DAO_NetCtrlMismatch | 0x800a0d5a | Can't open '|'. Another user has the table open using a different network control file or locking style. |
E_DAO_4xTableWith3xLocking | 0x800a0d5b | Can't open this Paradox 4.x or Paradox 5.x table because ParadoxNetStyle is set to 3.x in the initialization setting. |
E_DAO_VtoObjectNotSet | 0x800a0d5c | Object is invalid or not set. |
E_DAO_VtoDataConvError | 0x800a0d5d | Data type conversion error. |
E_DAO_TableNotLocked | 0x800a0d5e | Can't modify table structure. Another user has the table open |
E_DAO_RmtDriverNotSupported | 0x800a0d5f | You cannot use ODBC to attach an external Microsoft Access or ISAM database table to your database |
E_DAO_InvalidLanguageId | 0x800a0d60 | Can't create database; Invalid locale |
E_DAO_VtoInvalidOpDuringCallback | 0x800a0d61 | This method or property is not currently available on this Recordset |
E_DAO_VtoActionCancelled | 0x800a0d62 | The action was cancelled by an associated object |
E_DAO_VtoOleAutoFailed | 0x800a0d63 | Error in DAO automation |
E_DAO_DatabaseCorrupted_Cmpct | 0x800a0d64 | The Jet database engine has encountered a problem in your database. To correct the problem, you must repair and compact the database |
E_DAO_IncompatibleIIsam | 0x800a0d65 | Incompatible installable ISAM version |
E_DAO_OLEInitializeFailure | 0x800a0d66 | While loading the Excel installable ISAM, OLE was unable to initialize |
E_DAO_OLENotCompoundFile | 0x800a0d67 | This is not an Excel 5 file |
E_DAO_OLEFailure | 0x800a0d68 | Error opening an Excel 5 file |
E_DAO_IllegalIisamIniOption | 0x800a0d69 | Invalid parameter in [Excel ISAM] section of the initialization file |
E_DAO_TableFull | 0x800a0d6a | Can't expand named range |
E_DAO_TableCantClear | 0x800a0d6b | Cannot delete Excel cells |
E_DAO_CreateFailed | 0x800a0d6c | Failure creating file |
E_DAO_DatabaseFull | 0x800a0d6d | Excel spreadsheet is full |
E_DAO_SpecAndColumnMismatch | 0x800a0d6e | File specification and data do not match |
E_DAO_CantOpenWordMergeFiles | 0x800a0d6f | Can't attach or import Word mail merge file |
E_DAO_FileHasNoColumns | 0x800a0d70 | Text file has no columns |
E_DAO_AmbiguousDelimiters | 0x800a0d71 | Text file specification field separator matches decimal seperator or text delimiter |
E_DAO_FileSpecErrorM | 0x800a0d72 | Error in entry |2 of section [|1] in schema.ini |
E_DAO_NoSpecForFixedFormatM | 0x800a0d73 | Can't create fixed width text file without column specification in section [|2] of schema.ini |
E_DAO_WidthMissInFixedSpecM | 0x800a0d74 | Column width required for column |2 in section [|1] of schema.ini |
E_DAO_VtoWrongDllVersion | 0x800a0d75 | Incorrect version of JET DLL found |
E_DAO_VtoMissingVBA | 0x800a0d76 | Could not locate a VBA related file |
E_DAO_VtoVBAFailed | 0x800a0d77 | Failed to initialize VBA |
E_DAO_VtoOLEFailed | 0x800a0d78 | An OLE system function failed |
E_DAO_InvalidCountry | 0x800a0d79 | Missing country code |
E_DAO_QueryIncompleteRowM | 0x800a0d7a | Syntax error in query. Incomplete query clause |
E_DAO_QueryParmTypeNotAllowed | 0x800a0d7b | Illegal reference in query |
E_DAO_REPDBNotMaster | 0x800a0d7c | You can't make changes to the design of the database at this replica. |
E_DAO_REPCantRelate | 0x800a0d7d | You can't establish or maintain an enforced relationship between a replicated table and a local table. |
E_DAO_REPNotOwner | 0x800a0d7e | * |
E_DAO_CantMakeReplicable | 0x800a0d7f | Can't make the database replicable. |
E_DAO_CantMakeObjectReplicable | 0x800a0d80 | Can't make the |2 object in |1 container replicable. |
E_DAO_REPCantKeepLocal | 0x800a0d81 | You can't set the KeepLocal property for an object that is already replicated. |
E_DAO_REPCantKeepDBLocal | 0x800a0d82 | The KeepLocal property cannot be set on a database; it can be set only on the objects in a database. |
E_DAO_CantUnreplDatabase | 0x800a0d83 | After a database has been replicated, you cannot remove the replication features from the database. |
E_DAO_ReplConflict | 0x800a0d84 | The operation you attempted conflicts with an existing operation involving this member of the replica set. |
E_DAO_REPSetRepid | 0x800a0d85 | The replication property you are attempting to set or delete is read-only and can't be changed. |
E_DAO_TransportLoadFailure | 0x800a0d86 | Failure to load a DLL. |
E_DAO_TransportLoadFailureM | 0x800a0d87 | Can't find the .dll '|2'. |
E_DAO_TypeMismatchM | 0x800a0d88 | Data type mismatch in criteria expression. |
E_DAO_DiskIOM | 0x800a0d89 | The disk drive you are attempting to access is unreadable. |
E_DAO_FileAccessDeniedM | 0x800a0d8a | * |
E_DAO_InvalidPathM | 0x800a0d8b | * |
E_DAO_TranspAccessDeniedM | 0x800a0d8c | Access was denied while accessing dropbox folder '|2'. |
E_DAO_TransportDiskFullM | 0x800a0d8d | The disk for dropbox folder '|2' is full. |
E_DAO_TransportDiskIOM | 0x800a0d8e | Disk failure accessing dropbox folder '|2'. |
E_DAO_LogWriteFail | 0x800a0d8f | Failure to write to the Synchronizer log file. |
E_DAO_LogDiskFullM | 0x800a0d90 | Disk full for path '|1'. |
E_DAO_LogDiskIOM | 0x800a0d91 | Disk failure while accessing log file '|1'. |
E_DAO_LogFileAccessDeniedM | 0x800a0d92 | Can't open the log file '|1' for writing. |
E_DAO_LogFileShareViolationM | 0x800a0d93 | Sharing violation while attempting to open log file '|1' in Deny Write mode. |
E_DAO_TransportInvalidPathM | 0x800a0d94 | Invalid dropbox path '|2'. |
E_DAO_TranspInvalidAddressM | 0x800a0d95 | Dropbox address '|2' is syntactically invalid. |
E_DAO_RepNotPartial | 0x800a0d96 | The replica is not a partial replica. |
E_DAO_RepPartial | 0x800a0d97 | Can't designate a partial replica as the Design Master for the replica set. |
E_DAO_PARTInvalidRelNameM | 0x800a0d98 | The relationship '|' in the partial filter expression is invalid. |
E_DAO_PARTInvalidTableNameM | 0x800a0d99 | The table name '|' in the partial filter expression is invalid. |
E_DAO_REPInvalidFilter | 0x800a0d9a | The filter expression for the partial replica is invalid. |
E_DAO_TranspInvalidPasswordM | 0x800a0d9b | The password supplied for the dropbox folder '|2' is invalid. |
E_DAO_TransDestInvalidPassword | 0x800a0d9c | The password used by the Synchronizer to write to a destination dropbox folder is invalid. |
E_DAO_REPDBNotRep | 0x800a0d9d | The object can't be replicated because the database is not replicated. |
E_DAO_REPSecondGuid | 0x800a0d9e | You can't add a second Replication ID AutoNumber field to a table. |
E_DAO_REPOnlyBuiltin | 0x800a0d9f | The database you are attempting to replicate can't be converted. |
E_DAO_REPNoSuchRepid | 0x800a0da0 | The value specified is not a ReplicaID for any member in the replica set. |
E_DAO_REPObjectNotRep | 0x800a0da1 | The object specified can't be replicated because it is missing a necessary resource. |
E_DAO_CantCreateReplica | 0x800a0da2 | Can't create a new replica because the '|2' object in '|1' container could not be replicated. |
E_DAO_MustOpenDbExclusive | 0x800a0da3 | The database must be opened in exclusive mode before it can be replicated. |
E_DAO_CantDoSchemaChange | 0x800a0da4 | The synchronization failed because a design change could not be applied to one of the replicas. |
E_DAO_UnableToSetParam | 0x800a0da5 | Can't set the specified Registry parameter for the Synchronizer. |
E_DAO_UnableToGetParam | 0x800a0da6 | Unable to retrieve the specified Registry parameter for the Synchronizer. |
E_DAO_REPNoSuchSchedule | 0x800a0da7 | There are no scheduled synchronizations between the two Synchronizers. |
E_DAO_REPNoSuchExchange | 0x800a0da8 | Replication Manager cannot find the ExchangeID in the MSysExchangeLog table. |
E_DAO_REPCantSetSchedule | 0x800a0da9 | Unable to set a schedule for the Synchronizer. |
E_DAO_REPCantGetSchedule | 0x800a0daa | * |
E_DAO_REPCantGetDBPath | 0x800a0dab | Can't retrieve the full path information for a member of the replica set. |
E_DAO_REPCantSetExchange | 0x800a0dac | You cannot specify two different Synchronizers to manage the same replica. |
E_DAO_REPNotUpdated | 0x800a0dad | * |
E_DAO_REPNotManaged | 0x800a0dae | The Design Master or replica is not being managed by a Synchronizer. |
E_DAO_ValueNotSet | 0x800a0daf | The Synchronizer's Registry has no value set for the key you queried. |
E_DAO_REPInvalidTID | 0x800a0db0 | The Synchronizer ID does not match an existing ID in the MSysTranspAddress table. |
E_DAO_REPFilterNotFound | 0x800a0db1 | You attempted to delete or get information about a partial filter that does not exist in MSysFilters. |
E_DAO_OpenLog | 0x800a0db2 | The Synchronizer is unable to open the Synchronizer log. |
E_DAO_WriteLog | 0x800a0db3 | Failure writing to the Synchronizer log. |
E_DAO_NoTransport | 0x800a0db4 | There is no active transport for the Synchronizer. |
E_DAO_TransportNotFound | 0x800a0db5 | Could not find a valid transport for this Synchronizer. |
E_DAO_ReplicaAlreadyLocked | 0x800a0db6 | The member of the replica set you are attempting to synchronize is currently being used in another synchronization. |
E_DAO_DBAccess | 0x800a0db7 | * |
E_DAO_TransportReadFailure | 0x800a0db8 | Failed to read the dropbox folder. |
E_DAO_TransportWriteFailure | 0x800a0db9 | Failed to write to the dropbox folder. |
E_DAO_NoExchange | 0x800a0dba | Synchronizer could not find any scheduled or on-demand synchronizations to process. |
E_DAO_SysClock | 0x800a0dbb | The Microsoft Jet database engine could not read the system clock on your computer. |
E_DAO_NoTransportAddress | 0x800a0dbc | Destination synchronizer is not configured to support indirect synchronronization, and the destination replica is unavailable for direct synchronization |
E_DAO_NoMessage | 0x800a0dbd | Synchronizer could not find any messages to process. |
E_DAO_TransporterNotFound | 0x800a0dbe | Could not find Synchronizer in the MSysTranspAddress table. |
E_DAO_TransportSendFailure | 0x800a0dbf | Failed to send a message. |
E_DAO_ReplicaNotFound | 0x800a0dc0 | The replica name or ID does not match a currently managed member of the replica set. |
E_DAO_OutOfSynch | 0x800a0dc1 | Two members of the replica set cannot be synchronized because there is no common point to start the synchronization. |
E_DAO_ExchangeNotFound | 0x800a0dc2 | Synchronizer cannot find the record of a specific synchronization in the MSysExchangeLog table. |
E_DAO_SchemaNotFound | 0x800a0dc3 | Synchronizer cannot find a specific version number in the MSysSchChange table. |
E_DAO_SchemaHistMismatch | 0x800a0dc4 | The history of design changes in the replica does not match the history in the Design Master. |
E_DAO_MessageDBAccess | 0x800a0dc5 | Synchronizer could not access the message database. |
E_DAO_ObjectAlreadyExists | 0x800a0dc6 | The name selected for the system object is already in use. |
E_DAO_ObjectDoesntExist | 0x800a0dc7 | The Synchronizer or Replication Manager could not find the system object. |
E_DAO_NoNewData | 0x800a0dc8 | There is no new data in shared memory for the Synchronizer or Replication Manager to read. |
E_DAO_PrevDataNotRead | 0x800a0dc9 | The Synchronizer or Replication Manager found unread data in the shared memory. The existing data will be overwritten. |
E_DAO_ClientAlreadyExists | 0x800a0dca | The Synchronizer is already serving a client. |
E_DAO_WaitTimeout | 0x800a0dcb | The wait period for an event has timed out. |
E_DAO_ServerInitialization | 0x800a0dcc | Synchronizer could not be initialized. |
E_DAO_ObjectAbandoned | 0x800a0dcd | The system object used by a process still exists after the process has stopped. |
E_DAO_NoEvent | 0x800a0dce | Synchronizer looked for a system event but did not find one to report to the client. |
E_DAO_ClientSentTerm | 0x800a0dcf | Client has asked the Synchronizer to terminate operation. |
E_DAO_InvalidMessage | 0x800a0dd0 | Synchronizer received an invalid message for a member of the replica set that it manages. |
E_DAO_NoClient | 0x800a0dd1 | The Synchronizer's client is no longer present and cannot be notified. |
E_DAO_TooManyTasks | 0x800a0dd2 | Cannot initialize Synchronizer because there are too many applications running. |
E_DAO_SysDiskIO | 0x800a0dd3 | A system error has occurred or your swap file has reached its limit. |
E_DAO_PageFile | 0x800a0dd4 | Your swap file has reached its limit or is corrupted. |
E_DAO_ProcessStillActive | 0x800a0dd5 | Synchronizer could not be shut down properly and is still active. |
E_DAO_ProcessAborted | 0x800a0dd6 | Process stopped when attempting to terminate Synchronizer client. |
E_DAO_TransporterNotSetup | 0x800a0dd7 | Synchronizer has not been set up. |
E_DAO_ServerAlreadyRunning | 0x800a0dd8 | Synchronizer is already running. |
E_DAO_DiffReplicaSet | 0x800a0dd9 | The two replicas you are attempting to synchronize are from different replica sets. |
E_DAO_BadExchangeType | 0x800a0dda | The type of synchronization you are attempting is not valid. |
E_DAO_NoReplica | 0x800a0ddb | Synchronizer could not find a replica from the correct set to complete the synchronization. |
E_DAO_GuidMismatch | 0x800a0ddc | GUIDs do not match or the requested GUID could not be found. |
E_DAO_FilenameTooLong | 0x800a0ddd | The file name you provided is too long. |
E_DAO_NoGuidIndex | 0x800a0dde | There is no index on the GUID column. |
E_DAO_UnableToDeleteParam | 0x800a0ddf | Unable to delete the specified Registry parameter for the Synchronizer. |
E_DAO_ValueTooBig | 0x800a0de0 | The size of the Registry parameter exceeds the maximum allowed. |
E_DAO_REPGuidCreateFailure | 0x800a0de1 | The GUID could not be created. |
E_DAO_REPDBMovedCopied | 0x800a0de2 | * |
E_DAO_REPNoValidNick | 0x800a0de3 | All valid nicknames for replicas are already in use. |
E_DAO_TransportDestInvalidPath | 0x800a0de4 | Invalid path for destination dropbox folder. |
E_DAO_TransDestInvalidAddress | 0x800a0de5 | Invalid address for destination dropbox folder. |
E_DAO_TransportDestDiskIO | 0x800a0de6 | Disk I/O error at destination dropbox folder. |
E_DAO_TransportDestDiskFull | 0x800a0de7 | Failure to write because destination disk is full. |
E_DAO_REPSameReplicaID | 0x800a0de8 | The two members of the replica set you are attempting to synchronize have the same ReplicaID. |
E_DAO_REPBothMasters | 0x800a0de9 | The two members of the replica set you are attempting to synchronize are both Design Masters. |
E_DAO_TransDestAccessDenied | 0x800a0dea | Access denied at destination dropbox folder. |
E_DAO_TransportSrcAccess | 0x800a0deb | Fatal error accessing a local dropbox folder. |
E_DAO_TransportSrcFileNotFound | 0x800a0dec | Synchronizer can't find the source file for messages. |
E_DAO_TransSrcSharingViolation | 0x800a0ded | There is a sharing violation in the source dropbox folder because the message database is open in another application. |
E_DAO_NetworkIO | 0x800a0dee | Network I/O error. |
E_DAO_TransportWrongMessage | 0x800a0def | Message in dropbox folder belongs to the wrong Synchronizer. |
E_DAO_TransportDeleteFailure | 0x800a0df0 | Synchronizer could not delete a file. |
E_DAO_RepRemoved | 0x800a0df1 | This member of the replica set has been logically removed from the set and is no longer available. |
E_DAO_FiltersChanged | 0x800a0df2 | The filters defining a partial replica are out of synch with each other. |
E_DAO_LimitedUpdate | 0x800a0df3 | The attempt to set a column in a partial replica violated a rule governing partial replicas. |
E_DAO_TempDiskIO | 0x800a0df4 | A disk I/O error occurred while reading or writing to the TEMP directory. |
E_DAO_DirNotManaged | 0x800a0df5 | The directory you queried for a list of replicas is not a managed directory. |
E_DAO_RepidChanged | 0x800a0df6 | The ReplicaID for this member of the replica set was reassigned during a move or copy procedure. |
E_DAO_DiskFullM | 0x800a0df7 | The disk drive you are attempting to write to is full. |
E_DAO_ShareViolationM | 0x800a0df8 | The database you are attempting to open is already in use by another application. |
E_DAO_UpdateReplCol | 0x800a0df9 | Can't update replication system column. |
E_DAO_GetDbinfoM | 0x800a0dfa | Failure to replicate database; can't determine whether the database is open in exclusive mode. |
E_DAO_MakeRepTablesM | 0x800a0dfb | Could not create replication system tables needed to make the database replicable. |
E_DAO_AddReplicaInfoM | 0x800a0dfc | Could not add rows needed to make the database replicable. |
E_DAO_OpenRepTablesM | 0x800a0dfd | Can't open replication system table '|' because the table is already in use. |
E_DAO_CreateReplicaObjectM | 0x800a0dfe | Cannot make a new replica because the |2 object in |1 container could not be made replicable. |
E_DAO_MakeObjectReplM | 0x800a0dff | Cannot make the |2 object in |1 container replicable. |
E_DAO_OutOfMemoryM | 0x800a0e00 | Insufficient memory to complete operation. |
E_DAO_RepTooManyColumnsM | 0x800a0e01 | Can't replicate the table; the number of columns exceeds the maximum allowed. |
E_DAO_PARTFilterExprSyntaxM | 0x800a0e02 | Syntax error in partial filter expression on table |1. |
E_DAO_PARTUnknownTokenM | 0x800a0e03 | Invalid expression in the ReplicaFilter property. |
E_DAO_PARTExprEvaluationM | 0x800a0e04 | Error when evaluating the partial filter expression. |
E_DAO_PARTExprUnknownFuncM | 0x800a0e05 | The partial filter expression contains an unknown function. |
E_DAO_LimitedUpdateM | 0x800a0e06 | Violates the rules for partial replicas. |
E_DAO_LogInvalidPathM | 0x800a0e07 | Log file path '|1' is invalid. |
E_DAO_REPPasswdNotAllowed | 0x800a0e08 | You can't replicate a password-protected database or set password protection on a replicated database. |
E_DAO_BadSingleMasterAttrib | 0x800a0e09 | You can't change the data master attribute for the replica set. |
E_DAO_BadMultiMasterAttrib | 0x800a0e0a | You can't change the data master attribute for the replica set. It allows data changes only at the Design Master. |
E_DAO_REPCantRepair | 0x800a0e0b | The system tables in your replica are no longer reliable and the replica should not be used. |
E_DAO_NoDataIncluded | 0x800a0e0c | * |
E_DAO_SenderNotFound | 0x800a0e0d | * |
E_DAO_CouldnotFindService | 0x800a0e0e | * |
E_DAO_UnableToStartService | 0x800a0e0f | * |
E_DAO_ExprAggIllegalOnGuid | 0x800a0e10 | Aggregation expressions cannot use GUIDs. |
E_DAO_RefreshReplicaList | 0x800a0e11 | * |
E_DAO_MoreWorkNeeded | 0x800a0e12 | * |
E_DAO_SenderTooOld | 0x800a0e13 | * |
E_DAO_RepAccess | 0x800a0e14 | * |
E_DAO_REPDbNotReplicableM | 0x800a0e15 | Synchronizing with a non-replicated database is not allowed. The '|' database is not a Design Master or replica. |
E_DAO_DaemonDied | 0x800a0e16 | * |
E_DAO_REPCantDelete | 0x800a0e17 | The replication property you are attempting to delete is read-only and cannot be removed. |
E_DAO_IndexCantBuild | 0x800a0e18 | Record length is too long for an indexed Paradox table. |
E_DAO_RelNoPrimaryIndex | 0x800a0e19 | No unique index found for the referenced field of the primary table. |
E_DAO_QuerySameSrcDestTableM | 0x800a0e1a | Same table '|' referenced as both the source and destination in make-table query. |
E_DAO_InvalidDDLObject | 0x800a0e1b | Can't execute data definition statements on linked data sources. |
E_DAO_QueryMGBWithSubquery | 0x800a0e1c | Multi-level GROUP BY clause is not allowed in a subquery. |
E_DAO_SQLLinkNotSupported | 0x800a0e1d | Can't create a relationship on linked ODBC tables. |
E_DAO_InvalidFindOnGUID | 0x800a0e1e | GUID not allowed in Find method criteria expression. |
E_DAO_QueryJoinExprInComp | 0x800a0e1f | Type mismatch in JOIN expression. |
E_DAO_UpdateNotAvailable | 0x800a0e20 | Updating data in a linked table is not supported by this ISAM. |
E_DAO_DeleteNotAvailable | 0x800a0e21 | Deleting data in a linked table is not supported by this ISAM. |
E_DAO_ExceptTableCreateFail | 0x800a0e22 | Exceptions table could not be created on import/export. |
E_DAO_ExceptTableWriteFail | 0x800a0e23 | Records could not be added to exceptions table. |
E_DAO_ExcelOLEConnectLost | 0x800a0e24 | The connection for viewing your linked Microsoft Excel worksheet was lost. |
E_DAO_CantChangeDbPwdOnShared | 0x800a0e25 | Can't change password on a shared open database. |
E_DAO_RmtMustCheckTimeStamp | 0x800a0e26 | You must use the dbSeeChanges option with OpenRecordset when accessing a SQL Server table that has an IDENTITY column. |
E_DAO_NotWithBoundFileM | 0x800a0e27 | Cannot access the FoxPro 3.0 bound DBF file '|'. |
E_DAO_CommitConflict | 0x800a0e28 | Couldn't read the record; currently locked by another user. |
E_DAO_NoSuchSpecM | 0x800a0e29 | The text file specification '|' does not exist. You can't import, export, or link using the specification. |
E_DAO_TooManyIndexesM | 0x800a0e2a | The operation failed. There are too many indexes on table '|'. Delete some of the indexes on the table and try the operation again. |
E_DAO_TransExeNotFound | 0x800a0e2b | Cannot find the executable file for the Synchronizer (mstran35.exe). |
E_DAO_RemRepNotManaged | 0x800a0e2c | Partner replica is not managed by a Synchronizer. |
E_DAO_FSDropboxShared | 0x800a0e2d | Synchronizer '|1' is also using the same File System dropbox '|2'. |
E_DAO_FSDropboxSharedM | 0x800a0e2e | Synchronizer '|1' is also using the same File System dropbox '|2'. |
E_DAO_RepInvalidTableInFilter | 0x800a0e2f | Invalid Table Name In Filter |
E_DAO_InetNotEnabled | 0x800a0e30 | Internet Transport not enabled on the remote Synchronizer. |
E_DAO_VtoDllLoadFailed | 0x800a0e31 | Can't load DLL: '|' |
E_DAO_REPDBIsPartial | 0x800a0e32 | Cannot create a replica using a partial replica. |
E_DAO_CantCreatePartialSys | 0x800a0e33 | Cannot create partial replica of a system database. |
E_DAO_CantPopulateWithErrors | 0x800a0e34 | Cannot populate the replica or change the replica's filter because the replica has conflicts or data errors. |
E_DAO_QueryEmbeddedVarTab | 0x800a0e35 | Cannot use the crosstab of a non-fixed column as a subquery. |
E_DAO_SrcCntrlDB | 0x800a0e36 | A Source Controlled database cannot be made replicable. |
E_DAO_CantCreateSysReplica | 0x800a0e37 | Cannot create a replica of a System database. |
E_DAO_VtoFetchBuffTooSmall | 0x800a0e38 | The fetch buffer was too small for the amount of data you requested. |
E_DAO_VtoEOFDuringFetch | 0x800a0e39 | There are fewer records remaining in the recordset than you requested. |
E_DAO_VtoSilentCancel | 0x800a0e3a | A cancel was performed on the operation. |
E_DAO_VtoRecordDeleted | 0x800a0e3b | One of the records in the recordset was deleted by another process. |
E_DAO_3644 | 0x800a0e3c | * |
E_DAO_VtoBadBindInfo | 0x800a0e3d | One of the binding parameters is incorrect. |
E_DAO_VtoRowLenTooSmall | 0x800a0e3e | The specified row length is shorter than the sum of the column lengths. |
E_DAO_VtoColumnMissing | 0x800a0e3f | A column requested is not being returned to the recordset. |
E_DAO_BothPartials | 0x800a0e40 | Cannot synchronize a partial replica with another partial replica. |
E_DAO_InvalidCodePage | 0x800a0e41 | The language-specific code page was not specified or could not be found. |
E_DAO_InetTooSlow | 0x800a0e42 | Either the Internet is very slow OR there is some problem in the replication manager setup on the internet server machine. |
E_DAO_InetInvalidAddress | 0x800a0e43 | Invalid internet address. |
E_DAO_InetLoginFailure | 0x800a0e44 | Internet login failure. |
E_DAO_InetNotSetup | 0x800a0e45 | Internet not set up. |
E_DAO_InetInternalFailure | 0x800a0e46 | Internal internet failure. |
E_DAO_InetServicesUnavailable | 0x800a0e47 | The wininet.dll can't be loaded or initialized. |
E_DAO_PARTExprEvaluation | 0x800a0e48 | Error in evaluating a partial expression |
E_DAO_PARTFilterEvalM | 0x800a0e49 | Error in evaluating the boolean filter expression for table '|1'. |
E_DAO_PARTBinaryNotAllowedM | 0x800a0e4a | Binary column '|' cannot be used in a boolean filter. |
E_DAO_PARTUnenforcedRelM | 0x800a0e4b | Relationship '|1' is unenforced. Relationship in a partial filter expression must be enforced. |
E_DAO_ExchangeFailed | 0x800a0e4c | Requested exchange failed because '|1' |
E_DAO_ExchangeFailedM | 0x800a0e4d | Requested exchange failed because '|1' |
E_DAO_VtoRSNeedsBatchCursorLib | 0x800a0e4e | * |
E_DAO_VtoNeedDiffCursorLibrary | 0x800a0e4f | This operation requires a different cursor library. |
E_DAO_VtoStillConnecting | 0x800a0e50 | An asynchronous OpenConnection call is not yet complete, and you cannot yet reference the returned Connection object until it is complete. |
E_DAO_AccessDeniedRepl | 0x800a0e51 | You cannot modify the replication system object '1' |
E_DAO_AccessDeniedReplM | 0x800a0e52 | You cannot modify the replication system object '1' |
E_DAO_VtoOtherOperBlocking | 0x800a0e53 | A different operation is preventing this operation from being executed. |
E_DAO_VtoNoActiveConnection | 0x800a0e54 | Can not perform this operation because there is no active connection. |
E_DAO_VtoExecCancelled | 0x800a0e55 | Execution cancelled. |
E_DAO_VtoCursorNotValid | 0x800a0e56 | Cursor is not valid. |
E_DAO_VtoCanNotFindTable | 0x800a0e57 | Can not find table to update. |
E_DAO_VtoCanNotFindCursLib | 0x800a0e58 | Failed to load RDOCURS.DLL. |
672 entries |