This is work in progress.

Windows / Headers / dbdaoerr.h

dbdaoerr.h

Associated Error Codes

Below is a list of error codes found for this header.

SymbolicValueDescription
E_DAO_InvalidParameter0x800a0bb9Invalid argument.
E_DAO_CantBegin0x800a0bbaCouldn't start session.
E_DAO_TransTooDeep0x800a0bbbCouldn't start transaction; too many transactions already nested.
E_DAO_DatabaseNotFound0x800a0bbcCouldn't find database '|'.
E_DAO_DatabaseInvalidName0x800a0bbd'|' isn't a valid database name.
E_DAO_DatabaseLocked0x800a0bbeDatabase '|' is exclusively locked.
E_DAO_DatabaseOpenError0x800a0bbfCan't open library database '|'.
E_DAO_TableLocked0x800a0bc0Table '|' is exclusively locked.
E_DAO_TableInUse0x800a0bc1Couldn't lock table '|'; currently in use.
E_DAO_TableDuplicate0x800a0bc2Table '|' already exists.
E_DAO_ObjectNotFound0x800a0bc3Couldn't find object '|'.
E_DAO_ObjectDuplicate0x800a0bc4Object '|' already exists.
E_DAO_CannotRename0x800a0bc5Couldn't rename installable ISAM file.
E_DAO_TooManyOpenTables0x800a0bc6Can't open any more tables.
E_DAO_IndexNotFound0x800a0bc7'|' isn't an index in this table.
E_DAO_ColumnDoesNotFit0x800a0bc8Field won't fit in record.
E_DAO_ColumnTooBig0x800a0bc9The size of a field is too long.
E_DAO_ColumnNotFound0x800a0bcaCouldn't find field '|'.
E_DAO_NoCurrentIndex0x800a0bcbOperation invalid without a current index.
E_DAO_RecordNoCopy0x800a0bccUpdate or CancelUpdate without AddNew or Edit.
E_DAO_NoCurrentRecord0x800a0bcdNo current record.
E_DAO_KeyDuplicate0x800a0bceDuplicate value in index, primary key, or relationship. Changes were unsuccessful.
E_DAO_AlreadyPrepared0x800a0bcfAddNew or Edit already used.
E_DAO_FileNotFound0x800a0bd0Couldn't find file '|'.
E_DAO_TooManyOpenFiles0x800a0bd1Can't open any more files.
E_DAO_DiskFull0x800a0bd2Not enough space on disk.
E_DAO_PermissionDenied0x800a0bd3Can't update. Database or object is read-only.
E_DAO_CannotOpenSystemDb0x800a0bd4Can't start your application. The system database is missing or opened exclusively by another user.
E_DAO_InvalidLogon0x800a0bd5Not a valid account name or password.
E_DAO_InvalidAccountName0x800a0bd6'|' isn't a valid account name.
E_DAO_InvalidPassword0x800a0bd7Not a valid password.
E_DAO_InvalidOperation0x800a0bd8Can't perform this operation.
E_DAO_AccessDenied0x800a0bd9No permission for '|'.
E_DAO_NotInTransaction0x800a0bdaCommit or Rollback without BeginTrans.
E_DAO_OutOfMemory0x800a0bdb*
E_DAO_CantAllocatePage0x800a0bdcDatabase has reached maximum size.
E_DAO_NoMoreCursors0x800a0bddCan't open any more tables or queries.
E_DAO_OutOfBuffers0x800a0bde*
E_DAO_TooManyIndexes0x800a0bdfCouldn't create index; too many indexes already defined.
E_DAO_ReadVerifyFailure0x800a0be0Disk I/O error during read.
E_DAO_FilesysVersion0x800a0be1Can't open a database created with a previous version of your application.
E_DAO_NoMoreFiles0x800a0be2Out of MS-DOS file handles.
E_DAO_DiskError0x800a0be3Disk or network error.
E_DAO_InvalidPath0x800a0be4'|' isn't a valid path.
E_DAO_FileShareViolation0x800a0be5Couldn't use '|'; file already in use.
E_DAO_FileLockViolation0x800a0be6Couldn't save; currently locked by another user.
E_DAO_RecordTooBig0x800a0be7Record is too large.
E_DAO_TooManyOpenDatabases0x800a0be8Can't open any more databases.
E_DAO_InvalidDatabase0x800a0be9Can't open database '|'. It may not be a database that your application recognizes, or the file may be corrupt.
E_DAO_FileLockingUnavailable0x800a0beaCouldn't lock file.
E_DAO_FileAccessDenied0x800a0bebCouldn't open file '|'.
E_DAO_SharingBufferExceeded0x800a0becMS-DOS file sharing lock count exceeded. You need to increase the number of locks installed with SHARE.EXE.
E_DAO_TaskLimitExceeded0x800a0bedToo many client tasks.
E_DAO_TooManyLongColumns0x800a0beeToo many Memo or OLE object fields.
E_DAO_InvalidFilename0x800a0befNot a valid file name.
E_DAO_AbortSalvage0x800a0bf0Couldn't repair this database.
E_DAO_LinkNotSupported0x800a0bf1Operation not supported on attached, or linked, tables.
E_DAO_NullKeyDisallowed0x800a0bf2Index or primary key can't contain a null value.
E_DAO_OperationCanceled0x800a0bf3Operation canceled by user.
E_DAO_QueryParmTypeMismatch0x800a0bf4Wrong data type for parameter '|'.
E_DAO_QueryMissingParmsM0x800a0bf5Too few parameters. Expected |.
E_DAO_QueryDuplicateAliasM0x800a0bf6Duplicate output alias '|'.
E_DAO_QueryDuplicateOutputM0x800a0bf7Duplicate output destination '|'.
E_DAO_QueryIsBulkOp0x800a0bf8Can't open action query '|'.
E_DAO_QueryIsNotBulkOp0x800a0bf9Can't execute a non-action query.
E_DAO_QueryNoOutputsM0x800a0bfaQuery or table must contain at least one output field.
E_DAO_QueryNoInputTablesM0x800a0bfbQuery input must contain at least one table or query.
E_DAO_QueryInvalidAlias0x800a0bfcNot a valid alias name.
E_DAO_QueryInvalidBulkInputM0x800a0bfdThe action query '|' cannot be used as a row source.
E_DAO_QueryUnboundRef0x800a0bfeCan't bind name '|'.
E_DAO_QueryExprEvaluation0x800a0bffCan't evaluate expression.
E_DAO_EvalEBESErr0x800a0c00|
E_DAO_QueryNotUpdatable0x800a0c01Operation must use an updatable query.
E_DAO_TableRepeatInFromList0x800a0c02Can't repeat table name '|' in FROM clause.
E_DAO_QueryExprSyntax0x800a0c03|1 in query expression '|2'.
E_DAO_QbeExprSyntax0x800a0c04| in criteria expression.
E_DAO_FindExprSyntax0x800a0c05| in expression.
E_DAO_InputTableNotFound0x800a0c06Couldn't find input table or query '|'.
E_DAO_QueryAmbigRefM0x800a0c07Ambiguous field reference '|'.
E_DAO_JoinTableNotInput0x800a0c08Joined table '|' not listed in FROM clause.
E_DAO_UnaliasedSelfJoin0x800a0c09Can't join more than one table with the same name (|).
E_DAO_ColumnNotInJoinTable0x800a0c0aJOIN operation '|' refers to a non-joined table.
E_DAO_QueryIsMGB0x800a0c0bCan't use internal report query.
E_DAO_QueryInsIntoBulkMGB0x800a0c0cCan't insert data with action query.
E_DAO_ExprUnknownFunctionM0x800a0c0dUndefined function '|' in expression.
E_DAO_QueryCannotDelete0x800a0c0eCouldn't delete from specified tables.
E_DAO_QueryTooManyGroupExprs0x800a0c0fToo many expressions in GROUP BY clause.
E_DAO_QueryTooManyOrderExprs0x800a0c10Too many expressions in ORDER BY clause.
E_DAO_QueryTooManyDistExprs0x800a0c11Too many expressions in DISTINCT output.
E_DAO_Column2ndSysMaint0x800a0c12Resultant table not allowed to have more than one Counter or Autonumber field.
E_DAO_HavingWOGrouping0x800a0c13HAVING clause (|) without grouping or aggregation.
E_DAO_HavingOnTransform0x800a0c14Can't use HAVING clause in TRANSFORM statement.
E_DAO_OrderVsDistinct0x800a0c15ORDER BY clause (|) conflicts with DISTINCT.
E_DAO_OrderVsGroup0x800a0c16ORDER BY clause (|) conflicts with GROUP BY clause.
E_DAO_AggregateInArgument0x800a0c17Can't have aggregate function in expression (|).
E_DAO_AggregateInWhere0x800a0c18Can't have aggregate function in WHERE clause (|).
E_DAO_AggregateInOrderBy0x800a0c19Can't have aggregate function in ORDER BY clause (|).
E_DAO_AggregateInGroupBy0x800a0c1aCan't have aggregate function in GROUP BY clause (|).
E_DAO_AggregateInJoin0x800a0c1bCan't have aggregate function in JOIN operation (|).
E_DAO_NullInJoinKey0x800a0c1cCan't set field '|' in join key to Null.
E_DAO_ValueBreaksJoin0x800a0c1dThere is no record in table '|2' with key matching field(s) '|1'.
E_DAO_QueryTreeCycle0x800a0c1eCircular reference caused by '|'.
E_DAO_OutputAliasCycle0x800a0c1fCircular reference caused by alias '|' in query definition's SELECT list.
E_DAO_QryDuplicatedFixedSetM0x800a0c20Can't specify Fixed Column Heading '|' in a crosstab query more than once.
E_DAO_NoSelectIntoColumnName0x800a0c21Missing destination field name in SELECT INTO statement (|).
E_DAO_NoUpdateColumnName0x800a0c22Missing destination field name in UPDATE statement (|).
E_DAO_QueryNoInsertPerm0x800a0c23Record(s) can't be added; no Insert Data permission on '|'.
E_DAO_QueryNoReplacePerm0x800a0c24Record(s) can't be edited; no Update Data permission on '|'.
E_DAO_QueryNoDeletePerm0x800a0c25Record(s) can't be deleted; no Delete Data permission on '|'.
E_DAO_QueryNoReadDefPerm0x800a0c26Couldn't read definitions; no Read Design permission for table or query '|'.
E_DAO_QueryNoTblCrtPerm0x800a0c27Couldn't create; no Create permission for table or query '|'.
E_DAO_QueryNoReadPerm0x800a0c28Record(s) can't be read; no Read Data permission on '|'.
E_DAO_QueryColNotUpd0x800a0c29Can't update '|'; field not updatable.
E_DAO_QueryLVInDistinct0x800a0c2aCan't include Memo or OLE object when you select unique values (|).
E_DAO_QueryLVInAggregate0x800a0c2bCan't have Memo or OLE object in aggregate argument (|).
E_DAO_QueryLVInHaving0x800a0c2cCan't have Memo or OLE object in criteria (|) for aggregate function.
E_DAO_QueryLVInOrderBy0x800a0c2dCan't sort on Memo or OLE object (|).
E_DAO_QueryLVInJoin0x800a0c2eCan't join on Memo or OLE object (|).
E_DAO_QueryLVInGroupBy0x800a0c2fCan't group on Memo or OLE object (|).
E_DAO_DotStarWithGrouping0x800a0c30Can't group on fields selected with '*' (|).
E_DAO_StarWithGrouping0x800a0c31Can't group on fields selected with '*'.
E_DAO_IllegalDetailRef0x800a0c32'|' not part of aggregate function or grouping.
E_DAO_StarNotAtLevel00x800a0c33Can't use '*' in crosstab query.
E_DAO_QueryInvalidMGBInput0x800a0c34Can't input from internal report query (|).
E_DAO_InvalidName0x800a0c35'|' isn't a valid name.
E_DAO_QueryBadBracketing0x800a0c36Invalid bracketing of name '|'.
E_DAO_InsertIntoUnknownCol0x800a0c37INSERT INTO statement contains unknown field name '|'.
E_DAO_QueryNoDeleteTables0x800a0c38Must specify tables to delete from.
E_DAO_SQLSyntax0x800a0c39Invalid SQL statement; expected 'DELETE', 'INSERT', 'PROCEDURE', 'SELECT', or 'UPDATE'.
E_DAO_SQLDeleteSyntax0x800a0c3aSyntax error in DELETE statement.
E_DAO_SQLFromSyntax0x800a0c3bSyntax error in FROM clause.
E_DAO_SQLGroupBySyntax0x800a0c3cSyntax error in GROUP BY clause.
E_DAO_SQLHavingSyntax0x800a0c3dSyntax error in HAVING clause.
E_DAO_SQLInsertSyntax0x800a0c3eSyntax error in INSERT statement.
E_DAO_SQLJoinSyntax0x800a0c3fSyntax error in JOIN operation.
E_DAO_SQLLevelSyntax0x800a0c40Syntax error in LEVEL clause.
E_DAO_SQLMissingSemicolon0x800a0c41Missing semicolon (;) at end of SQL statement.
E_DAO_SQLOrderBySyntax0x800a0c42Syntax error in ORDER BY clause.
E_DAO_SQLParameterSyntax0x800a0c43Syntax error in PARAMETER clause.
E_DAO_SQLProcedureSyntax0x800a0c44Syntax error in PROCEDURE clause.
E_DAO_SQLSelectSyntax0x800a0c45Syntax error in SELECT statement.
E_DAO_SQLTooManyTokens0x800a0c46Characters found after end of SQL statement.
E_DAO_SQLTransformSyntax0x800a0c47Syntax error in TRANSFORM statement.
E_DAO_SQLUpdateSyntax0x800a0c48Syntax error in UPDATE statement.
E_DAO_SQLWhereSyntax0x800a0c49Syntax error in WHERE clause.
E_DAO_RmtSQLCError0x800a0c4aODBC--call failed.
E_DAO_RmtDataOverflow0x800a0c4b*
E_DAO_RmtConnectFailed0x800a0c4c*
E_DAO_RmtIncorrectSqlcDll0x800a0c4d*
E_DAO_RmtMissingSqlcDll0x800a0c4e*
E_DAO_RmtConnectFailedM0x800a0c4fODBC--connection to '|' failed.
E_DAO_RmtDrvrVer0x800a0c50*
E_DAO_RmtSrvrVer0x800a0c51*
E_DAO_RmtMissingOdbcDll0x800a0c52ODBC--couldn't find DLL '|'.
E_DAO_RmtInsertFailedM0x800a0c53ODBC--insert failed on attached (linked) table '|'.
E_DAO_RmtDeleteFailedM0x800a0c54ODBC--delete failed on attached (linked) table '|'.
E_DAO_RmtUpdateFailedM0x800a0c55ODBC--update failed on attached (linked) table '|'.
E_DAO_RecordLocked0x800a0c56Couldn't save record; currently locked by another user.
E_DAO_InvalidBookmark0x800a0c57Not a valid bookmark.
E_DAO_TableNotOpen0x800a0c58Table isn't open.
E_DAO_DecryptFail0x800a0c59Couldn't decrypt file.
E_DAO_NullInvalid0x800a0c5aNull is invalid.
E_DAO_InvalidBufferSize0x800a0c5bCouldn't perform operation; data too long for field.
E_DAO_ColumnNotUpdatable0x800a0c5cField can't be updated.
E_DAO_CantMakeINFFile0x800a0c5dCouldn't open .INF file.
E_DAO_MissingMemoFile0x800a0c5eMissing memo file.
E_DAO_RecordDeleted0x800a0c5fRecord is deleted.
E_DAO_INFFileError0x800a0c60Invalid .INF file.
E_DAO_ExprIllegalType0x800a0c61Illegal type in expression.
E_DAO_InstalIsamNotFound0x800a0c62Couldn't find installable ISAM.
E_DAO_NoConfigParameters0x800a0c63Couldn't find net path or user name.
E_DAO_CantAccessPdoxNetDir0x800a0c64Couldn't open PARADOX.NET.
E_DAO_NoMSysAccounts0x800a0c65Couldn't open table 'MSysAccounts' in the system database file.
E_DAO_NoMSysGroups0x800a0c66Couldn't open table 'MSysGroups' in the system database file.
E_DAO_DateOutOfRange0x800a0c67Date is out of range or is in an invalid format.
E_DAO_ImexCantOpenFile0x800a0c68Couldn't open file '|'.
E_DAO_ImexBadTableName0x800a0c69Not a valid table name.
E_DAO_ImexOutOfMemory0x800a0c6a*
E_DAO_ImexEndofFile0x800a0c6bEncountered unexpected end of file.
E_DAO_ImexCantWriteToFile0x800a0c6cCouldn't write to file '|'.
E_DAO_ImexBadRange0x800a0c6dInvalid range.
E_DAO_ImexBogusFile0x800a0c6eInvalid file format.
E_DAO_TempDiskFull0x800a0c6fNot enough space on temporary disk.
E_DAO_RmtLinkNotFound0x800a0c70Couldn't execute query; couldn't find attached, or linked, table.
E_DAO_RmtTooManyColumns0x800a0c71SELECT INTO remote database tried to produce too many fields.
E_DAO_ReadConflictM0x800a0c72Couldn't save; currently locked by user '|2' on machine '|1'.
E_DAO_CommitConflictM0x800a0c73Couldn't read; currently locked by user '|2' on machine '|1'.
E_DAO_SessionWriteConflict0x800a0c74Couldn't update; currently locked by another session on this machine.
E_DAO_JetSpecialTableLocked0x800a0c75Table '|1' is exclusively locked by user '|3' on machine '|2'.
E_DAO_TooManyColumns0x800a0c76Too many fields defined.
E_DAO_ColumnDuplicate0x800a0c77Can't define field more than once.
E_DAO_OutputTableNotFound0x800a0c78Couldn't find output table '|'.
E_DAO_JetNoUserName0x800a0c79(unknown)
E_DAO_JetNoMachineName0x800a0c7a(unknown)
E_DAO_JetNoColumnName0x800a0c7b(expression)
E_DAO_DatabaseInUse0x800a0c7cCouldn't use '|'; database already in use.
E_DAO_DataHasChanged0x800a0c7dData has changed; operation stopped.
E_DAO_TooManySessions0x800a0c7eCouldn't start session. Too many sessions already active.
E_DAO_ReferenceNotFound0x800a0c7fCouldn't find reference.
E_DAO_IntegrityViolMasterM0x800a0c80Can't delete or change record. Since related records exist in table '|', referential integrity rules would be violated.
E_DAO_IntegrityViolSlaveM0x800a0c81Can't add or change record. Referential integrity rules require a related record in table '|'.
E_DAO_ReadConflict0x800a0c82Couldn't save; currently locked by another user.
E_DAO_AggregatingHigherLevel0x800a0c83Can't specify subquery in expression (|).
E_DAO_DatabaseDuplicate0x800a0c84Database already exists.
E_DAO_QueryTooManyXvtColumn0x800a0c85Too many crosstab column headers (|).
E_DAO_SelfReference0x800a0c86Can't create a relationship between a field and itself.
E_DAO_CantUseUnkeyedTable0x800a0c87Operation not supported on Paradox table with no primary key.
E_DAO_IllegalDeletedOption0x800a0c88Invalid Deleted entry in the Xbase section of initialization setting.
E_DAO_IllegalStatsOption0x800a0c89Invalid Stats entry in the Xbase section of initialization setting.
E_DAO_ConnStrTooLong0x800a0c8aConnection string too long.
E_DAO_TableInUseQM0x800a0c8bCouldn't lock table '|'; currently in use.
E_DAO_JetSpecialTableInUse0x800a0c8cCouldn't lock table '|1'; currently in use by user '|3' on machine '|2'.
E_DAO_IllegalDateOption0x800a0c8dInvalid Date entry in the Xbase section of initialization setting.
E_DAO_IllegalMarkOption0x800a0c8eInvalid Mark entry in the Xbase section of initialization setting.
E_DAO_BtrieveTooManyTasks0x800a0c8fToo many Btrieve tasks.
E_DAO_QueryParmNotTableid0x800a0c90Parameter '|' specified where a table name is required.
E_DAO_QueryParmNotDatabase0x800a0c91Parameter '|' specified where a database name is required.
E_DAO_WriteConflict0x800a0c92Couldn't update; currently locked.
E_DAO_IllegalOperation0x800a0c93Invalid operation.
E_DAO_WrongCollatingSequence0x800a0c94Incorrect collating sequence.
E_DAO_BadConfigParameters0x800a0c95Invalid entries in the Btrieve section of initialization setting.
E_DAO_QueryContainsDbParm0x800a0c96Query can't contain a Database parameter.
E_DAO_QueryInvalidParmM0x800a0c97'|' isn't a valid parameter name.
E_DAO_BtrieveDDCorrupted0x800a0c98Can't read Btrieve data dictionary.
E_DAO_BtrieveDeadlock0x800a0c99Encountered record locking deadlock while performing Btrieve operation.
E_DAO_BtrieveFailure0x800a0c9aErrors encountered while using the Btrieve DLL.
E_DAO_IllegalCenturyOption0x800a0c9bInvalid Century entry in the Xbase section of initialization setting.
E_DAO_IllegalCollatingSeq0x800a0c9cInvalid Collating Sequence.
E_DAO_NonModifiableKey0x800a0c9dBtrieve--can't change field.
E_DAO_ObsoleteLockFile0x800a0c9eOut-of-date Paradox lock file.
E_DAO_RmtColDataTruncated0x800a0c9fODBC--field would be too long; data truncated.
E_DAO_RmtCreateTableFailed0x800a0ca0ODBC--couldn't create table.
E_DAO_RmtOdbcVer0x800a0ca1*
E_DAO_RmtQueryTimeout0x800a0ca2ODBC--remote query timeout expired.
E_DAO_RmtTypeIncompat0x800a0ca3ODBC--data type not supported on server.
E_DAO_RmtUnexpectedNull0x800a0ca4*
E_DAO_RmtUnexpectedType0x800a0ca5*
E_DAO_RmtValueOutOfRange0x800a0ca6ODBC--data out of range.
E_DAO_TooManyActiveUsers0x800a0ca7Too many active users.
E_DAO_CantStartBtrieve0x800a0ca8Btrieve--missing Btrieve engine.
E_DAO_OutOfBVResources0x800a0ca9Btrieve--out of resources.
E_DAO_QueryBadUpwardRefedM0x800a0caaInvalid reference in SELECT statement.
E_DAO_ImexNoMatchingColumns0x800a0cabNone of the import field names match fields in the appended table.
E_DAO_ImexPasswordProtected0x800a0cacCan't import password-protected spreadsheet.
E_DAO_ImexUnparsableRecord0x800a0cadCouldn't parse field names from first row of import table.
E_DAO_InTransaction0x800a0caeOperation not supported in transactions.
E_DAO_RmtLinkOutOfSync0x800a0cafODBC--linked table definition has changed.
E_DAO_IllegalNetworkOption0x800a0cb0Invalid NetworkAccess entry in initialization setting.
E_DAO_IllegalTimeoutOption0x800a0cb1Invalid PageTimeout entry in initialization setting.
E_DAO_CantBuildKey0x800a0cb2Couldn't build key.
E_DAO_FeatureNotAvailable0x800a0cb3Operation is not supported for this type of object.
E_DAO_IllegalReentrancy0x800a0cb4Can't open form whose underlying query contains a user-defined function that attempts to set or get the form's RecordsetClone property.
E_DAO_UNUSED0x800a0cb5*
E_DAO_RmtDenyWriteIsInvalid0x800a0cb6ODBC--Can't lock all records.
E_DAO_ODBCParmsChanged0x800a0cb7*
E_DAO_INFIndexNotFound0x800a0cb8Index file not found.
E_DAO_SQLOwnerAccessSyntax0x800a0cb9Syntax error in WITH OWNERACCESS OPTION declaration.
E_DAO_QueryAmbiguousJoins0x800a0cbaQuery contains ambiguous outer joins.
E_DAO_InvalidColumnType0x800a0cbbInvalid field data type.
E_DAO_WriteConflictM0x800a0cbcCouldn't update; currently locked by user '|2' on machine '|1'.
E_DAO_TableLockedM0x800a0cbd|
E_DAO_TableInUseMUQM0x800a0cbe|
E_DAO_InvalidTableId0x800a0cbfInvalid database object.
E_DAO_VtoNoFields0x800a0cc0No fields defined - cannot append Tabledef or Index.
E_DAO_VtoNameNotFound0x800a0cc1Item not found in this collection.
E_DAO_VtoFieldInCollection0x800a0cc2Can't append. Field is part of a TableDefs collection.
E_DAO_VtoNotARecordset0x800a0cc3Property can be set only when the field is part of a Recordset object's Fields collection.
E_DAO_VtoNoSetObjInDb0x800a0cc4Can't set this property once the object is part of a collection.
E_DAO_VtoIndexInCollection0x800a0cc5Can't append. Index is part of a TableDefs collection.
E_DAO_VtoPropNotFound0x800a0cc6Property not found.
E_DAO_VtoIllegalValue0x800a0cc7Invalid property value.
E_DAO_VtoNotArray0x800a0cc8Object isn't a collection.
E_DAO_VtoNoSuchMethod0x800a0cc9Method not applicable for this object.
E_DAO_NotExternalFormat0x800a0ccaExternal table isn't in the expected format.
E_DAO_UnexpectedEngineReturn0x800a0ccbUnexpected error from external database driver (|).
E_DAO_InvalidDatabaseId0x800a0cccInvalid database ID.
E_DAO_TooManyKeys0x800a0ccdCan't have more than 10 fields in an index.
E_DAO_NotInitialized0x800a0cceDatabase engine hasn't been initialized.
E_DAO_AlreadyInitialized0x800a0ccfDatabase engine has already been initialized.
E_DAO_ColumnInUse0x800a0cd0Can't delete a field that is part of an index or is needed by the system.
E_DAO_IndexInUse0x800a0cd1Can't delete this index. It is either the current index or is used in a relationship.
E_DAO_TableNotEmpty0x800a0cd2Can't create field or index in a table that is already defined.
E_DAO_IndexHasPrimary0x800a0cd3Primary key already exists.
E_DAO_IndexDuplicate0x800a0cd4Index already exists.
E_DAO_IndexInvalidDef0x800a0cd5Invalid index definition.
E_DAO_WrongMemoFileType0x800a0cd6Format of memo file doesn't match specified external database format.
E_DAO_ColumnCannotIndex0x800a0cd7Can't create index on the given field.
E_DAO_IndexHasNoPrimary0x800a0cd8Paradox index is not primary.
E_DAO_DDLConstraintSyntax0x800a0cd9Syntax error in CONSTRAINT clause.
E_DAO_DDLCreateTableSyntax0x800a0cdaSyntax error in CREATE TABLE statement.
E_DAO_DDLCreateIndexSyntax0x800a0cdbSyntax error in CREATE INDEX statement.
E_DAO_DDLColumnDefSyntax0x800a0cdcSyntax error in field definition.
E_DAO_DDLAlterTableSyntax0x800a0cddSyntax error in ALTER TABLE statement.
E_DAO_DDLDropIndexSyntax0x800a0cdeSyntax error in DROP INDEX statement.
E_DAO_DDLDropSyntax0x800a0cdfSyntax error in DROP TABLE or DROP INDEX.
E_DAO_V11NotSupported0x800a0ce0Join expression not supported.
E_DAO_ImexNothingToImport0x800a0ce1Couldn't import table or query. No records found, or all records contain errors.
E_DAO_RmtTableAmbiguous0x800a0ce2There are several tables with that name. Please specify owner in the format 'owner.table'.
E_DAO_JetODBCConformanceError0x800a0ce3ODBC Specification Conformance Error (|). This error should be reported to the ODBC driver vendor.
E_DAO_IllegalRelationship0x800a0ce4Can't create a relationship.
E_DAO_DBVerFeatureNotAvailable0x800a0ce5Can't perform this operation; features in this version are not available in databases with older formats.
E_DAO_RulesLoaded0x800a0ce6Can't change a rule while the rules for this table are in use.
E_DAO_ColumnInRelationship0x800a0ce7Can't delete this field. It's part of one or more relationships.
E_DAO_InvalidPin0x800a0ce8You must enter a personal identifier (PID) consisting of at least four and no more than 20 characters and digits.
E_DAO_RmtBogusConnStr0x800a0ce9Invalid connection string in pass-through query.
E_DAO_SingleColumnExpected0x800a0ceaAt most one field can be returned from a subquery that doesn't use the EXISTS keyword.
E_DAO_ColumnCountMismatch0x800a0cebThe number of columns in the two selected tables or queries of a union query don't match.
E_DAO_InvalidTopArgumentM0x800a0cecInvalid TOP argument in select query.
E_DAO_PropertyTooLarge0x800a0cedProperty setting can't be larger than 2 KB.
E_DAO_JPMInvalidForV1x0x800a0ceeThis property isn't supported for external data sources or for databases created in a previous version.
E_DAO_PropertyExists0x800a0cefProperty specified already exists.
E_DAO_TLVNativeUserTablesOnly0x800a0cf0Validation rules and default values can't be placed on system or attached (linked) tables.
E_DAO_TLVInvalidColumn0x800a0cf1Can't place this validation expression on this field.
E_DAO_TLVNoNullM0x800a0cf2Field '|' can't contain a null value.
E_DAO_TLVNoBlankM0x800a0cf3Field '|' can't be a zero-length string.
E_DAO_TLVRuleViolationM0x800a0cf4|
E_DAO_TLVRuleVioNoMessage0x800a0cf5One or more values entered is prohibited by the validation rule '|2' set for '|1'.
E_DAO_QueryTopNotAllowedM0x800a0cf6Top not allowed in delete queries.
E_DAO_SQLUnionSyntax0x800a0cf7Syntax error in union query.
E_DAO_TLVExprSyntaxM0x800a0cf8| in table-level validation expression.
E_DAO_NoDbInConnStr0x800a0cf9No database specified in connection string or IN clause.
E_DAO_QueryBadValueListM0x800a0cfaCrosstab query contains one or more invalid fixed column headings.
E_DAO_QueryIsNotRowReturning0x800a0cfbThe query can not be used as a row source.
E_DAO_QueryIsDDL0x800a0cfcThis query is a DDL query and cannot be used as a row source.
E_DAO_SPTReturnedNoRecords0x800a0cfdPass-through query with ReturnsRecords property set to True did not return any records.
E_DAO_QueryIsSnapshot0x800a0cfeThis Recordset is not updatable.
E_DAO_QueryExprOutput0x800a0cffField '|' is based on an expression and can't be edited.
E_DAO_QueryTableRO0x800a0d00Table '|2' is read-only.
E_DAO_QueryRowDeleted0x800a0d01Record in table '|' was deleted by another user.
E_DAO_QueryRowLocked0x800a0d02Record in table '|' is locked by another user.
E_DAO_QueryFixupChanged0x800a0d03To make changes to this field, first save the record.
E_DAO_QueryCantFillIn0x800a0d04Can't enter value into blank field on 'one' side of outer join.
E_DAO_QueryWouldOrphan0x800a0d05Records in table '|' would have no record on the 'one' side.
E_DAO_V10Format0x800a0d06Can be present only in version 1.0 format.
E_DAO_InvalidDelete0x800a0d07DeleteOnly called with non-zero cbData.
E_DAO_IllegalIndexDDFOption0x800a0d08Btrieve: Invalid IndexDDF option in initialization setting.
E_DAO_IllegalDataCodePage0x800a0d09Invalid DataCodePage option in initialization setting.
E_DAO_XtrieveEnvironmentError0x800a0d0aBtrieve: Xtrieve options aren't correct in initialization setting.
E_DAO_IllegalIndexNumberOption0x800a0d0bBtrieve: Invalid IndexDeleteRenumber option in initialization setting.
E_DAO_QueryIsCorruptM0x800a0d0cQuery '|' is corrupt.
E_DAO_IncorrectJoinKeyM0x800a0d0dCurrent field must match join key '|' on 'one' side of outer join because it has been updated.
E_DAO_QueryLVInSubqueryM0x800a0d0eInvalid Memo or OLE object in subquery '|'.
E_DAO_InvalidDatabaseM0x800a0d0fUnrecognized database format '|'.
E_DAO_TLVCouldNotBindRef0x800a0d10Unknown or invalid reference '|1' in validation expression or default value in table '|2'.
E_DAO_CouldNotBindRef0x800a0d11Unknown or invalid field reference '|'.
E_DAO_QueryWrongNumDestCol0x800a0d12Number of query values and destination fields aren't the same.
E_DAO_QueryPKeyNotOutput0x800a0d13Can't add record(s); primary key for table '|' not in recordset.
E_DAO_QueryJKeyNotOutput0x800a0d14Can't add record(s); join key of table '|' not in recordset.
E_DAO_NumericFieldOverflow0x800a0d15Numeric field overflow.
E_DAO_InvalidObject0x800a0d16Object is invalid for operation.
E_DAO_OrderVsUnion0x800a0d17ORDER BY expression (|) uses non-output fields.
E_DAO_NoInsertColumnNameM0x800a0d18No destination field name in INSERT INTO statement (|).
E_DAO_MissingDDFFile0x800a0d19Btrieve: Can't find file FIELD.DDF.
E_DAO_SingleRecordExpected0x800a0d1aAt most one record can be returned by this subquery.
E_DAO_DefaultExprSyntax0x800a0d1bSyntax error in default value.
E_DAO_ExclusiveDBConflict0x800a0d1cThe database is opened by user '|2' on machine '|1'.
E_DAO_QueryIsNotDDL0x800a0d1dThis query is not a properly formed data-definition query.
E_DAO_SysDatabaseOpenError0x800a0d1eCan't open Microsoft Jet engine system database.
E_DAO_SQLInvalidSPT0x800a0d1fPass-through query must contain at least one character.
E_DAO_QueryTooComplex0x800a0d20Query is too complex.
E_DAO_SetOpInvalidInSubquery0x800a0d21Unions not allowed in a subquery.
E_DAO_RmtMultiRowUpdate0x800a0d22Single-row update/delete affected more than one row of an attached (linked) table. Unique index contains duplicate values.
E_DAO_QueryNoJoinedRecord0x800a0d23Record(s) can't be added; no corresponding record on the 'one' side.
E_DAO_QueryLVInSetOp0x800a0d24Can't use Memo or OLE object field '|' in SELECT clause of a union query.
E_DAO_VtoInvalidOnRemote0x800a0d25Property value not valid for REMOTE objects.
E_DAO_VtoNoFieldsRel0x800a0d26Can't append a relation with no fields defined.
E_DAO_VtoObjectInCollection0x800a0d27Can't append. Object already in collection.
E_DAO_DDLDiffNumRelCols0x800a0d28Relationship must be on the same number of fields with the same data types.
E_DAO_DDLIndexColNotFound0x800a0d29Can't find field in index definition.
E_DAO_DDLPermissionDenied0x800a0d2aCan't modify the design of table '|'. It's in a read-only database.
E_DAO_DDLObjectNotFound0x800a0d2bCan't find table or constraint.
E_DAO_DDLIndexNotFound0x800a0d2cNo such index '|2' on table '|1'.
E_DAO_DDLNoPkeyOnRefdTable0x800a0d2dCan't create relationship. Referenced table '|' doesn't have a primary key.
E_DAO_DDLColumnsNotUnique0x800a0d2eThe specified fields are not uniquely indexed in table '|'.
E_DAO_DDLIndexDuplicate0x800a0d2fTable '|1' already has an index named '|2'
E_DAO_DDLTableNotFound0x800a0d30Table '|' doesn't exist.
E_DAO_DDLRelNotFound0x800a0d31No such relationship '|2' on table '|1'.
E_DAO_DDLRelDuplicate0x800a0d32There is already a relationship named '|' in the current database.
E_DAO_DDLIntegrityViolation0x800a0d33Can't create relationships to enforce referential integrity. Existing data in table '|2' violates referential integrity rules with related table '|1'.
E_DAO_DDLColumnDuplicate0x800a0d34Field '|2' already exists in table '|1'.
E_DAO_DDLColumnNotFound0x800a0d35There is no field named '|2' in table '|1'.
E_DAO_DDLColumnTooBig0x800a0d36The size of field '|' is too long.
E_DAO_DDLColumnInRel0x800a0d37Can't delete field '|'. It's part of one or more relationships.
E_DAO_VtoCantDeleteBuiltIn0x800a0d38Can't delete a built-in property.
E_DAO_VtoUDPsDontSupportNull0x800a0d39User-defined properties don't support a Null value.
E_DAO_VtoMissingRequiredParm0x800a0d3aProperty '|' must be set before using this method.
E_DAO_JetJetInitInvalidPath0x800a0d3bCan't find TEMP directory.
E_DAO_TLVExprUnknownFunctionM0x800a0d3cUnknown function '|2' in validation expression or default value on '|1'.
E_DAO_QueryNotSupported0x800a0d3dQuery support unavailable.
E_DAO_AccountDuplicate0x800a0d3eAccount name already exists.
E_DAO_JetwrnPropCouldNotSave0x800a0d3fAn error has occurred. Properties were not saved.
E_DAO_RelNoPrimaryIndexM0x800a0d40There is no primary key in table '|'.
E_DAO_QueryKeyTooBig0x800a0d41Can't perform join, group, sort, or indexed restriction. A value being searched or sorted on is too long.
E_DAO_PropMustBeDDL0x800a0d42Can't save property; property is a schema property.
E_DAO_IllegalRIConstraint0x800a0d43Invalid referential integrity constraint.
E_DAO_RIViolationMasterCM0x800a0d44Can't perform cascading operation. Since related records exist in table '|', referential integrity rules would be violated.
E_DAO_RIViolationSlaveCM0x800a0d45Can't perform cascading operation. There must be a related record in table '|'.
E_DAO_RIKeyNullDisallowedCM0x800a0d46Can't perform cascading operation. It would result in a null key in table '|'.
E_DAO_RIKeyDuplicateCM0x800a0d47Can't perform cascading operation. It would result in a duplicate key in table '|'.
E_DAO_RIUpdateTwiceCM0x800a0d48Can't perform cascading operation. It would result in two updates on field '|2' in table '|1'.
E_DAO_RITLVNoNullCM0x800a0d49Can't perform cascading operation. It would cause field '|' to become null, which is not allowed.
E_DAO_RITLVNoBlankCM0x800a0d4aCan't perform cascading operation. It would cause field '|' to become a zero-length string, which is not allowed.
E_DAO_RITLVRuleViolationCM0x800a0d4bCan't perform cascading operation: '|'
E_DAO_RITLVRuleVioCNoMessage0x800a0d4cCan't perform cascading operation. The value entered is prohibited by the validation rule '|2' set for '|1'.
E_DAO_TLVRuleEvalEBESErr0x800a0d4dError '|' in validation rule.
E_DAO_TLVDefaultEvalEBESErr0x800a0d4eError '|' in default value.
E_DAO_BadMSysConf0x800a0d4fThe server's MSysConf table exists, but is in an incorrect format. Contact your system administrator.
E_DAO_TooManyFindSessions0x800a0d50Too many FastFind Sessions were invoked.
E_DAO_InvalidColumnM0x800a0d51Invalid field name '|' in definition of index or relationship.
E_DAO_REPReadOnly0x800a0d52*
E_DAO_RIInvalidBufferSizeCM0x800a0d53Invalid entry. Can't perform cascading operation specified in table '|1' because value entered is too big for field '|2'.
E_DAO_RIWriteConflictCM0x800a0d54|
E_DAO_JetSpecialRIWriteConflictCM0x800a0d55Can't perform cascading update on table '|1' because it is currently in use by user '|3' on machine '|2'.
E_DAO_RISessWriteConflictCM0x800a0d56Can't perform cascading update on table '|' because it is currently in use.
E_DAO_NoBlank0x800a0d57Zero-length string is valid only in a text or Memo field.
E_DAO_FutureError0x800a0d58|
E_DAO_QueryInvalidBulkInput0x800a0d59An action query cannot be used as a row source.
E_DAO_NetCtrlMismatch0x800a0d5aCan't open '|'. Another user has the table open using a different network control file or locking style.
E_DAO_4xTableWith3xLocking0x800a0d5bCan't open this Paradox 4.x or Paradox 5.x table because ParadoxNetStyle is set to 3.x in the initialization setting.
E_DAO_VtoObjectNotSet0x800a0d5cObject is invalid or not set.
E_DAO_VtoDataConvError0x800a0d5dData type conversion error.
E_DAO_TableNotLocked0x800a0d5eCan't modify table structure. Another user has the table open
E_DAO_RmtDriverNotSupported0x800a0d5fYou cannot use ODBC to attach an external Microsoft Access or ISAM database table to your database
E_DAO_InvalidLanguageId0x800a0d60Can't create database; Invalid locale
E_DAO_VtoInvalidOpDuringCallback0x800a0d61This method or property is not currently available on this Recordset
E_DAO_VtoActionCancelled0x800a0d62The action was cancelled by an associated object
E_DAO_VtoOleAutoFailed0x800a0d63Error in DAO automation
E_DAO_DatabaseCorrupted_Cmpct0x800a0d64The Jet database engine has encountered a problem in your database. To correct the problem, you must repair and compact the database
E_DAO_IncompatibleIIsam0x800a0d65Incompatible installable ISAM version
E_DAO_OLEInitializeFailure0x800a0d66While loading the Excel installable ISAM, OLE was unable to initialize
E_DAO_OLENotCompoundFile0x800a0d67This is not an Excel 5 file
E_DAO_OLEFailure0x800a0d68Error opening an Excel 5 file
E_DAO_IllegalIisamIniOption0x800a0d69Invalid parameter in [Excel ISAM] section of the initialization file
E_DAO_TableFull0x800a0d6aCan't expand named range
E_DAO_TableCantClear0x800a0d6bCannot delete Excel cells
E_DAO_CreateFailed0x800a0d6cFailure creating file
E_DAO_DatabaseFull0x800a0d6dExcel spreadsheet is full
E_DAO_SpecAndColumnMismatch0x800a0d6eFile specification and data do not match
E_DAO_CantOpenWordMergeFiles0x800a0d6fCan't attach or import Word mail merge file
E_DAO_FileHasNoColumns0x800a0d70Text file has no columns
E_DAO_AmbiguousDelimiters0x800a0d71Text file specification field separator matches decimal seperator or text delimiter
E_DAO_FileSpecErrorM0x800a0d72Error in entry |2 of section [|1] in schema.ini
E_DAO_NoSpecForFixedFormatM0x800a0d73Can't create fixed width text file without column specification in section [|2] of schema.ini
E_DAO_WidthMissInFixedSpecM0x800a0d74Column width required for column |2 in section [|1] of schema.ini
E_DAO_VtoWrongDllVersion0x800a0d75Incorrect version of JET DLL found
E_DAO_VtoMissingVBA0x800a0d76Could not locate a VBA related file
E_DAO_VtoVBAFailed0x800a0d77Failed to initialize VBA
E_DAO_VtoOLEFailed0x800a0d78An OLE system function failed
E_DAO_InvalidCountry0x800a0d79Missing country code
E_DAO_QueryIncompleteRowM0x800a0d7aSyntax error in query. Incomplete query clause
E_DAO_QueryParmTypeNotAllowed0x800a0d7bIllegal reference in query
E_DAO_REPDBNotMaster0x800a0d7cYou can't make changes to the design of the database at this replica.
E_DAO_REPCantRelate0x800a0d7dYou can't establish or maintain an enforced relationship between a replicated table and a local table.
E_DAO_REPNotOwner0x800a0d7e*
E_DAO_CantMakeReplicable0x800a0d7fCan't make the database replicable.
E_DAO_CantMakeObjectReplicable0x800a0d80Can't make the |2 object in |1 container replicable.
E_DAO_REPCantKeepLocal0x800a0d81You can't set the KeepLocal property for an object that is already replicated.
E_DAO_REPCantKeepDBLocal0x800a0d82The KeepLocal property cannot be set on a database; it can be set only on the objects in a database.
E_DAO_CantUnreplDatabase0x800a0d83After a database has been replicated, you cannot remove the replication features from the database.
E_DAO_ReplConflict0x800a0d84The operation you attempted conflicts with an existing operation involving this member of the replica set.
E_DAO_REPSetRepid0x800a0d85The replication property you are attempting to set or delete is read-only and can't be changed.
E_DAO_TransportLoadFailure0x800a0d86Failure to load a DLL.
E_DAO_TransportLoadFailureM0x800a0d87Can't find the .dll '|2'.
E_DAO_TypeMismatchM0x800a0d88Data type mismatch in criteria expression.
E_DAO_DiskIOM0x800a0d89The disk drive you are attempting to access is unreadable.
E_DAO_FileAccessDeniedM0x800a0d8a*
E_DAO_InvalidPathM0x800a0d8b*
E_DAO_TranspAccessDeniedM0x800a0d8cAccess was denied while accessing dropbox folder '|2'.
E_DAO_TransportDiskFullM0x800a0d8dThe disk for dropbox folder '|2' is full.
E_DAO_TransportDiskIOM0x800a0d8eDisk failure accessing dropbox folder '|2'.
E_DAO_LogWriteFail0x800a0d8fFailure to write to the Synchronizer log file.
E_DAO_LogDiskFullM0x800a0d90Disk full for path '|1'.
E_DAO_LogDiskIOM0x800a0d91Disk failure while accessing log file '|1'.
E_DAO_LogFileAccessDeniedM0x800a0d92Can't open the log file '|1' for writing.
E_DAO_LogFileShareViolationM0x800a0d93Sharing violation while attempting to open log file '|1' in Deny Write mode.
E_DAO_TransportInvalidPathM0x800a0d94Invalid dropbox path '|2'.
E_DAO_TranspInvalidAddressM0x800a0d95Dropbox address '|2' is syntactically invalid.
E_DAO_RepNotPartial0x800a0d96The replica is not a partial replica.
E_DAO_RepPartial0x800a0d97Can't designate a partial replica as the Design Master for the replica set.
E_DAO_PARTInvalidRelNameM0x800a0d98The relationship '|' in the partial filter expression is invalid.
E_DAO_PARTInvalidTableNameM0x800a0d99The table name '|' in the partial filter expression is invalid.
E_DAO_REPInvalidFilter0x800a0d9aThe filter expression for the partial replica is invalid.
E_DAO_TranspInvalidPasswordM0x800a0d9bThe password supplied for the dropbox folder '|2' is invalid.
E_DAO_TransDestInvalidPassword0x800a0d9cThe password used by the Synchronizer to write to a destination dropbox folder is invalid.
E_DAO_REPDBNotRep0x800a0d9dThe object can't be replicated because the database is not replicated.
E_DAO_REPSecondGuid0x800a0d9eYou can't add a second Replication ID AutoNumber field to a table.
E_DAO_REPOnlyBuiltin0x800a0d9fThe database you are attempting to replicate can't be converted.
E_DAO_REPNoSuchRepid0x800a0da0The value specified is not a ReplicaID for any member in the replica set.
E_DAO_REPObjectNotRep0x800a0da1The object specified can't be replicated because it is missing a necessary resource.
E_DAO_CantCreateReplica0x800a0da2Can't create a new replica because the '|2' object in '|1' container could not be replicated.
E_DAO_MustOpenDbExclusive0x800a0da3The database must be opened in exclusive mode before it can be replicated.
E_DAO_CantDoSchemaChange0x800a0da4The synchronization failed because a design change could not be applied to one of the replicas.
E_DAO_UnableToSetParam0x800a0da5Can't set the specified Registry parameter for the Synchronizer.
E_DAO_UnableToGetParam0x800a0da6Unable to retrieve the specified Registry parameter for the Synchronizer.
E_DAO_REPNoSuchSchedule0x800a0da7There are no scheduled synchronizations between the two Synchronizers.
E_DAO_REPNoSuchExchange0x800a0da8Replication Manager cannot find the ExchangeID in the MSysExchangeLog table.
E_DAO_REPCantSetSchedule0x800a0da9Unable to set a schedule for the Synchronizer.
E_DAO_REPCantGetSchedule0x800a0daa*
E_DAO_REPCantGetDBPath0x800a0dabCan't retrieve the full path information for a member of the replica set.
E_DAO_REPCantSetExchange0x800a0dacYou cannot specify two different Synchronizers to manage the same replica.
E_DAO_REPNotUpdated0x800a0dad*
E_DAO_REPNotManaged0x800a0daeThe Design Master or replica is not being managed by a Synchronizer.
E_DAO_ValueNotSet0x800a0dafThe Synchronizer's Registry has no value set for the key you queried.
E_DAO_REPInvalidTID0x800a0db0The Synchronizer ID does not match an existing ID in the MSysTranspAddress table.
E_DAO_REPFilterNotFound0x800a0db1You attempted to delete or get information about a partial filter that does not exist in MSysFilters.
E_DAO_OpenLog0x800a0db2The Synchronizer is unable to open the Synchronizer log.
E_DAO_WriteLog0x800a0db3Failure writing to the Synchronizer log.
E_DAO_NoTransport0x800a0db4There is no active transport for the Synchronizer.
E_DAO_TransportNotFound0x800a0db5Could not find a valid transport for this Synchronizer.
E_DAO_ReplicaAlreadyLocked0x800a0db6The member of the replica set you are attempting to synchronize is currently being used in another synchronization.
E_DAO_DBAccess0x800a0db7*
E_DAO_TransportReadFailure0x800a0db8Failed to read the dropbox folder.
E_DAO_TransportWriteFailure0x800a0db9Failed to write to the dropbox folder.
E_DAO_NoExchange0x800a0dbaSynchronizer could not find any scheduled or on-demand synchronizations to process.
E_DAO_SysClock0x800a0dbbThe Microsoft Jet database engine could not read the system clock on your computer.
E_DAO_NoTransportAddress0x800a0dbcDestination synchronizer is not configured to support indirect synchronronization, and the destination replica is unavailable for direct synchronization
E_DAO_NoMessage0x800a0dbdSynchronizer could not find any messages to process.
E_DAO_TransporterNotFound0x800a0dbeCould not find Synchronizer in the MSysTranspAddress table.
E_DAO_TransportSendFailure0x800a0dbfFailed to send a message.
E_DAO_ReplicaNotFound0x800a0dc0The replica name or ID does not match a currently managed member of the replica set.
E_DAO_OutOfSynch0x800a0dc1Two members of the replica set cannot be synchronized because there is no common point to start the synchronization.
E_DAO_ExchangeNotFound0x800a0dc2Synchronizer cannot find the record of a specific synchronization in the MSysExchangeLog table.
E_DAO_SchemaNotFound0x800a0dc3Synchronizer cannot find a specific version number in the MSysSchChange table.
E_DAO_SchemaHistMismatch0x800a0dc4The history of design changes in the replica does not match the history in the Design Master.
E_DAO_MessageDBAccess0x800a0dc5Synchronizer could not access the message database.
E_DAO_ObjectAlreadyExists0x800a0dc6The name selected for the system object is already in use.
E_DAO_ObjectDoesntExist0x800a0dc7The Synchronizer or Replication Manager could not find the system object.
E_DAO_NoNewData0x800a0dc8There is no new data in shared memory for the Synchronizer or Replication Manager to read.
E_DAO_PrevDataNotRead0x800a0dc9The Synchronizer or Replication Manager found unread data in the shared memory. The existing data will be overwritten.
E_DAO_ClientAlreadyExists0x800a0dcaThe Synchronizer is already serving a client.
E_DAO_WaitTimeout0x800a0dcbThe wait period for an event has timed out.
E_DAO_ServerInitialization0x800a0dccSynchronizer could not be initialized.
E_DAO_ObjectAbandoned0x800a0dcdThe system object used by a process still exists after the process has stopped.
E_DAO_NoEvent0x800a0dceSynchronizer looked for a system event but did not find one to report to the client.
E_DAO_ClientSentTerm0x800a0dcfClient has asked the Synchronizer to terminate operation.
E_DAO_InvalidMessage0x800a0dd0Synchronizer received an invalid message for a member of the replica set that it manages.
E_DAO_NoClient0x800a0dd1The Synchronizer's client is no longer present and cannot be notified.
E_DAO_TooManyTasks0x800a0dd2Cannot initialize Synchronizer because there are too many applications running.
E_DAO_SysDiskIO0x800a0dd3A system error has occurred or your swap file has reached its limit.
E_DAO_PageFile0x800a0dd4Your swap file has reached its limit or is corrupted.
E_DAO_ProcessStillActive0x800a0dd5Synchronizer could not be shut down properly and is still active.
E_DAO_ProcessAborted0x800a0dd6Process stopped when attempting to terminate Synchronizer client.
E_DAO_TransporterNotSetup0x800a0dd7Synchronizer has not been set up.
E_DAO_ServerAlreadyRunning0x800a0dd8Synchronizer is already running.
E_DAO_DiffReplicaSet0x800a0dd9The two replicas you are attempting to synchronize are from different replica sets.
E_DAO_BadExchangeType0x800a0ddaThe type of synchronization you are attempting is not valid.
E_DAO_NoReplica0x800a0ddbSynchronizer could not find a replica from the correct set to complete the synchronization.
E_DAO_GuidMismatch0x800a0ddcGUIDs do not match or the requested GUID could not be found.
E_DAO_FilenameTooLong0x800a0dddThe file name you provided is too long.
E_DAO_NoGuidIndex0x800a0ddeThere is no index on the GUID column.
E_DAO_UnableToDeleteParam0x800a0ddfUnable to delete the specified Registry parameter for the Synchronizer.
E_DAO_ValueTooBig0x800a0de0The size of the Registry parameter exceeds the maximum allowed.
E_DAO_REPGuidCreateFailure0x800a0de1The GUID could not be created.
E_DAO_REPDBMovedCopied0x800a0de2*
E_DAO_REPNoValidNick0x800a0de3All valid nicknames for replicas are already in use.
E_DAO_TransportDestInvalidPath0x800a0de4Invalid path for destination dropbox folder.
E_DAO_TransDestInvalidAddress0x800a0de5Invalid address for destination dropbox folder.
E_DAO_TransportDestDiskIO0x800a0de6Disk I/O error at destination dropbox folder.
E_DAO_TransportDestDiskFull0x800a0de7Failure to write because destination disk is full.
E_DAO_REPSameReplicaID0x800a0de8The two members of the replica set you are attempting to synchronize have the same ReplicaID.
E_DAO_REPBothMasters0x800a0de9The two members of the replica set you are attempting to synchronize are both Design Masters.
E_DAO_TransDestAccessDenied0x800a0deaAccess denied at destination dropbox folder.
E_DAO_TransportSrcAccess0x800a0debFatal error accessing a local dropbox folder.
E_DAO_TransportSrcFileNotFound0x800a0decSynchronizer can't find the source file for messages.
E_DAO_TransSrcSharingViolation0x800a0dedThere is a sharing violation in the source dropbox folder because the message database is open in another application.
E_DAO_NetworkIO0x800a0deeNetwork I/O error.
E_DAO_TransportWrongMessage0x800a0defMessage in dropbox folder belongs to the wrong Synchronizer.
E_DAO_TransportDeleteFailure0x800a0df0Synchronizer could not delete a file.
E_DAO_RepRemoved0x800a0df1This member of the replica set has been logically removed from the set and is no longer available.
E_DAO_FiltersChanged0x800a0df2The filters defining a partial replica are out of synch with each other.
E_DAO_LimitedUpdate0x800a0df3The attempt to set a column in a partial replica violated a rule governing partial replicas.
E_DAO_TempDiskIO0x800a0df4A disk I/O error occurred while reading or writing to the TEMP directory.
E_DAO_DirNotManaged0x800a0df5The directory you queried for a list of replicas is not a managed directory.
E_DAO_RepidChanged0x800a0df6The ReplicaID for this member of the replica set was reassigned during a move or copy procedure.
E_DAO_DiskFullM0x800a0df7The disk drive you are attempting to write to is full.
E_DAO_ShareViolationM0x800a0df8The database you are attempting to open is already in use by another application.
E_DAO_UpdateReplCol0x800a0df9Can't update replication system column.
E_DAO_GetDbinfoM0x800a0dfaFailure to replicate database; can't determine whether the database is open in exclusive mode.
E_DAO_MakeRepTablesM0x800a0dfbCould not create replication system tables needed to make the database replicable.
E_DAO_AddReplicaInfoM0x800a0dfcCould not add rows needed to make the database replicable.
E_DAO_OpenRepTablesM0x800a0dfdCan't open replication system table '|' because the table is already in use.
E_DAO_CreateReplicaObjectM0x800a0dfeCannot make a new replica because the |2 object in |1 container could not be made replicable.
E_DAO_MakeObjectReplM0x800a0dffCannot make the |2 object in |1 container replicable.
E_DAO_OutOfMemoryM0x800a0e00Insufficient memory to complete operation.
E_DAO_RepTooManyColumnsM0x800a0e01Can't replicate the table; the number of columns exceeds the maximum allowed.
E_DAO_PARTFilterExprSyntaxM0x800a0e02Syntax error in partial filter expression on table |1.
E_DAO_PARTUnknownTokenM0x800a0e03Invalid expression in the ReplicaFilter property.
E_DAO_PARTExprEvaluationM0x800a0e04Error when evaluating the partial filter expression.
E_DAO_PARTExprUnknownFuncM0x800a0e05The partial filter expression contains an unknown function.
E_DAO_LimitedUpdateM0x800a0e06Violates the rules for partial replicas.
E_DAO_LogInvalidPathM0x800a0e07Log file path '|1' is invalid.
E_DAO_REPPasswdNotAllowed0x800a0e08You can't replicate a password-protected database or set password protection on a replicated database.
E_DAO_BadSingleMasterAttrib0x800a0e09You can't change the data master attribute for the replica set.
E_DAO_BadMultiMasterAttrib0x800a0e0aYou can't change the data master attribute for the replica set. It allows data changes only at the Design Master.
E_DAO_REPCantRepair0x800a0e0bThe system tables in your replica are no longer reliable and the replica should not be used.
E_DAO_NoDataIncluded0x800a0e0c*
E_DAO_SenderNotFound0x800a0e0d*
E_DAO_CouldnotFindService0x800a0e0e*
E_DAO_UnableToStartService0x800a0e0f*
E_DAO_ExprAggIllegalOnGuid0x800a0e10Aggregation expressions cannot use GUIDs.
E_DAO_RefreshReplicaList0x800a0e11*
E_DAO_MoreWorkNeeded0x800a0e12*
E_DAO_SenderTooOld0x800a0e13*
E_DAO_RepAccess0x800a0e14*
E_DAO_REPDbNotReplicableM0x800a0e15Synchronizing with a non-replicated database is not allowed. The '|' database is not a Design Master or replica.
E_DAO_DaemonDied0x800a0e16*
E_DAO_REPCantDelete0x800a0e17The replication property you are attempting to delete is read-only and cannot be removed.
E_DAO_IndexCantBuild0x800a0e18Record length is too long for an indexed Paradox table.
E_DAO_RelNoPrimaryIndex0x800a0e19No unique index found for the referenced field of the primary table.
E_DAO_QuerySameSrcDestTableM0x800a0e1aSame table '|' referenced as both the source and destination in make-table query.
E_DAO_InvalidDDLObject0x800a0e1bCan't execute data definition statements on linked data sources.
E_DAO_QueryMGBWithSubquery0x800a0e1cMulti-level GROUP BY clause is not allowed in a subquery.
E_DAO_SQLLinkNotSupported0x800a0e1dCan't create a relationship on linked ODBC tables.
E_DAO_InvalidFindOnGUID0x800a0e1eGUID not allowed in Find method criteria expression.
E_DAO_QueryJoinExprInComp0x800a0e1fType mismatch in JOIN expression.
E_DAO_UpdateNotAvailable0x800a0e20Updating data in a linked table is not supported by this ISAM.
E_DAO_DeleteNotAvailable0x800a0e21Deleting data in a linked table is not supported by this ISAM.
E_DAO_ExceptTableCreateFail0x800a0e22Exceptions table could not be created on import/export.
E_DAO_ExceptTableWriteFail0x800a0e23Records could not be added to exceptions table.
E_DAO_ExcelOLEConnectLost0x800a0e24The connection for viewing your linked Microsoft Excel worksheet was lost.
E_DAO_CantChangeDbPwdOnShared0x800a0e25Can't change password on a shared open database.
E_DAO_RmtMustCheckTimeStamp0x800a0e26You must use the dbSeeChanges option with OpenRecordset when accessing a SQL Server table that has an IDENTITY column.
E_DAO_NotWithBoundFileM0x800a0e27Cannot access the FoxPro 3.0 bound DBF file '|'.
E_DAO_CommitConflict0x800a0e28Couldn't read the record; currently locked by another user.
E_DAO_NoSuchSpecM0x800a0e29The text file specification '|' does not exist. You can't import, export, or link using the specification.
E_DAO_TooManyIndexesM0x800a0e2aThe operation failed. There are too many indexes on table '|'. Delete some of the indexes on the table and try the operation again.
E_DAO_TransExeNotFound0x800a0e2bCannot find the executable file for the Synchronizer (mstran35.exe).
E_DAO_RemRepNotManaged0x800a0e2cPartner replica is not managed by a Synchronizer.
E_DAO_FSDropboxShared0x800a0e2dSynchronizer '|1' is also using the same File System dropbox '|2'.
E_DAO_FSDropboxSharedM0x800a0e2eSynchronizer '|1' is also using the same File System dropbox '|2'.
E_DAO_RepInvalidTableInFilter0x800a0e2fInvalid Table Name In Filter
E_DAO_InetNotEnabled0x800a0e30Internet Transport not enabled on the remote Synchronizer.
E_DAO_VtoDllLoadFailed0x800a0e31Can't load DLL: '|'
E_DAO_REPDBIsPartial0x800a0e32Cannot create a replica using a partial replica.
E_DAO_CantCreatePartialSys0x800a0e33Cannot create partial replica of a system database.
E_DAO_CantPopulateWithErrors0x800a0e34Cannot populate the replica or change the replica's filter because the replica has conflicts or data errors.
E_DAO_QueryEmbeddedVarTab0x800a0e35Cannot use the crosstab of a non-fixed column as a subquery.
E_DAO_SrcCntrlDB0x800a0e36A Source Controlled database cannot be made replicable.
E_DAO_CantCreateSysReplica0x800a0e37Cannot create a replica of a System database.
E_DAO_VtoFetchBuffTooSmall0x800a0e38The fetch buffer was too small for the amount of data you requested.
E_DAO_VtoEOFDuringFetch0x800a0e39There are fewer records remaining in the recordset than you requested.
E_DAO_VtoSilentCancel0x800a0e3aA cancel was performed on the operation.
E_DAO_VtoRecordDeleted0x800a0e3bOne of the records in the recordset was deleted by another process.
E_DAO_36440x800a0e3c*
E_DAO_VtoBadBindInfo0x800a0e3dOne of the binding parameters is incorrect.
E_DAO_VtoRowLenTooSmall0x800a0e3eThe specified row length is shorter than the sum of the column lengths.
E_DAO_VtoColumnMissing0x800a0e3fA column requested is not being returned to the recordset.
E_DAO_BothPartials0x800a0e40Cannot synchronize a partial replica with another partial replica.
E_DAO_InvalidCodePage0x800a0e41The language-specific code page was not specified or could not be found.
E_DAO_InetTooSlow0x800a0e42Either the Internet is very slow OR there is some problem in the replication manager setup on the internet server machine.
E_DAO_InetInvalidAddress0x800a0e43Invalid internet address.
E_DAO_InetLoginFailure0x800a0e44Internet login failure.
E_DAO_InetNotSetup0x800a0e45Internet not set up.
E_DAO_InetInternalFailure0x800a0e46Internal internet failure.
E_DAO_InetServicesUnavailable0x800a0e47The wininet.dll can't be loaded or initialized.
E_DAO_PARTExprEvaluation0x800a0e48Error in evaluating a partial expression
E_DAO_PARTFilterEvalM0x800a0e49Error in evaluating the boolean filter expression for table '|1'.
E_DAO_PARTBinaryNotAllowedM0x800a0e4aBinary column '|' cannot be used in a boolean filter.
E_DAO_PARTUnenforcedRelM0x800a0e4bRelationship '|1' is unenforced. Relationship in a partial filter expression must be enforced.
E_DAO_ExchangeFailed0x800a0e4cRequested exchange failed because '|1'
E_DAO_ExchangeFailedM0x800a0e4dRequested exchange failed because '|1'
E_DAO_VtoRSNeedsBatchCursorLib0x800a0e4e*
E_DAO_VtoNeedDiffCursorLibrary0x800a0e4fThis operation requires a different cursor library.
E_DAO_VtoStillConnecting0x800a0e50An asynchronous OpenConnection call is not yet complete, and you cannot yet reference the returned Connection object until it is complete.
E_DAO_AccessDeniedRepl0x800a0e51You cannot modify the replication system object '1'
E_DAO_AccessDeniedReplM0x800a0e52You cannot modify the replication system object '1'
E_DAO_VtoOtherOperBlocking0x800a0e53A different operation is preventing this operation from being executed.
E_DAO_VtoNoActiveConnection0x800a0e54Can not perform this operation because there is no active connection.
E_DAO_VtoExecCancelled0x800a0e55Execution cancelled.
E_DAO_VtoCursorNotValid0x800a0e56Cursor is not valid.
E_DAO_VtoCanNotFindTable0x800a0e57Can not find table to update.
E_DAO_VtoCanNotFindCursLib0x800a0e58Failed to load RDOCURS.DLL.
672 entries