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_InvalidParameter0x800A0BB9//Invalid argument.
E_DAO_CantBegin0x800A0BBA//Couldn't start session.
E_DAO_TransTooDeep0x800A0BBB//Couldn't start transaction; too many transactions already nested.
E_DAO_DatabaseNotFound0x800A0BBC//Couldn't find database '|'.
E_DAO_DatabaseInvalidName0x800A0BBD//'|' isn't a valid database name.
E_DAO_DatabaseLocked0x800A0BBE//Database '|' is exclusively locked.
E_DAO_DatabaseOpenError0x800A0BBF//Can't open library database '|'.
E_DAO_TableLocked0x800A0BC0//Table '|' is exclusively locked.
E_DAO_TableInUse0x800A0BC1//Couldn't lock table '|'; currently in use.
E_DAO_TableDuplicate0x800A0BC2//Table '|' already exists.
E_DAO_ObjectNotFound0x800A0BC3//Couldn't find object '|'.
E_DAO_ObjectDuplicate0x800A0BC4//Object '|' already exists.
E_DAO_CannotRename0x800A0BC5//Couldn't rename installable ISAM file.
E_DAO_TooManyOpenTables0x800A0BC6//Can't open any more tables.
E_DAO_IndexNotFound0x800A0BC7//'|' isn't an index in this table.
E_DAO_ColumnDoesNotFit0x800A0BC8//Field won't fit in record.
E_DAO_ColumnTooBig0x800A0BC9//The size of a field is too long.
E_DAO_ColumnNotFound0x800A0BCA//Couldn't find field '|'.
E_DAO_NoCurrentIndex0x800A0BCB//Operation invalid without a current index.
E_DAO_RecordNoCopy0x800A0BCC//Update or CancelUpdate without AddNew or Edit.
E_DAO_NoCurrentRecord0x800A0BCD//No current record.
E_DAO_KeyDuplicate0x800A0BCE//Duplicate value in index, primary key, or relationship. Changes were unsuccessful.
E_DAO_AlreadyPrepared0x800A0BCF//AddNew or Edit already used.
E_DAO_FileNotFound0x800A0BD0//Couldn't find file '|'.
E_DAO_TooManyOpenFiles0x800A0BD1//Can't open any more files.
E_DAO_DiskFull0x800A0BD2//Not enough space on disk.
E_DAO_PermissionDenied0x800A0BD3//Can't update. Database or object is read-only.
E_DAO_CannotOpenSystemDb0x800A0BD4//Can't start your application. The system database is missing or opened exclusively by another user.
E_DAO_InvalidLogon0x800A0BD5//Not a valid account name or password.
E_DAO_InvalidAccountName0x800A0BD6//'|' isn't a valid account name.
E_DAO_InvalidPassword0x800A0BD7//Not a valid password.
E_DAO_InvalidOperation0x800A0BD8//Can't perform this operation.
E_DAO_AccessDenied0x800A0BD9//No permission for '|'.
E_DAO_NotInTransaction0x800A0BDA//Commit or Rollback without BeginTrans.
E_DAO_OutOfMemory0x800A0BDB//*
E_DAO_CantAllocatePage0x800A0BDC//Database has reached maximum size.
E_DAO_NoMoreCursors0x800A0BDD//Can't open any more tables or queries.
E_DAO_OutOfBuffers0x800A0BDE//*
E_DAO_TooManyIndexes0x800A0BDF//Couldn't create index; too many indexes already defined.
E_DAO_ReadVerifyFailure0x800A0BE0//Disk I/O error during read.
E_DAO_FilesysVersion0x800A0BE1//Can't open a database created with a previous version of your application.
E_DAO_NoMoreFiles0x800A0BE2//Out of MS-DOS file handles.
E_DAO_DiskError0x800A0BE3//Disk or network error.
E_DAO_InvalidPath0x800A0BE4//'|' isn't a valid path.
E_DAO_FileShareViolation0x800A0BE5//Couldn't use '|'; file already in use.
E_DAO_FileLockViolation0x800A0BE6//Couldn't save; currently locked by another user.
E_DAO_RecordTooBig0x800A0BE7//Record is too large.
E_DAO_TooManyOpenDatabases0x800A0BE8//Can't open any more databases.
E_DAO_InvalidDatabase0x800A0BE9//Can't open database '|'. It may not be a database that your application recognizes, or the file may be corrupt.
E_DAO_FileLockingUnavailable0x800A0BEA//Couldn't lock file.
E_DAO_FileAccessDenied0x800A0BEB//Couldn't open file '|'.
E_DAO_SharingBufferExceeded0x800A0BEC//MS-DOS file sharing lock count exceeded. You need to increase the number of locks installed with SHARE.EXE.
E_DAO_TaskLimitExceeded0x800A0BED//Too many client tasks.
E_DAO_TooManyLongColumns0x800A0BEE//Too many Memo or OLE object fields.
E_DAO_InvalidFilename0x800A0BEF//Not a valid file name.
E_DAO_AbortSalvage0x800A0BF0//Couldn't repair this database.
E_DAO_LinkNotSupported0x800A0BF1//Operation not supported on attached, or linked, tables.
E_DAO_NullKeyDisallowed0x800A0BF2//Index or primary key can't contain a null value.
E_DAO_OperationCanceled0x800A0BF3//Operation canceled by user.
E_DAO_QueryParmTypeMismatch0x800A0BF4//Wrong data type for parameter '|'.
E_DAO_QueryMissingParmsM0x800A0BF5//Too few parameters. Expected |.
E_DAO_QueryDuplicateAliasM0x800A0BF6//Duplicate output alias '|'.
E_DAO_QueryDuplicateOutputM0x800A0BF7//Duplicate output destination '|'.
E_DAO_QueryIsBulkOp0x800A0BF8//Can't open action query '|'.
E_DAO_QueryIsNotBulkOp0x800A0BF9//Can't execute a non-action query.
E_DAO_QueryNoOutputsM0x800A0BFA//Query or table must contain at least one output field.
E_DAO_QueryNoInputTablesM0x800A0BFB//Query input must contain at least one table or query.
E_DAO_QueryInvalidAlias0x800A0BFC//Not a valid alias name.
E_DAO_QueryInvalidBulkInputM0x800A0BFD//The action query '|' cannot be used as a row source.
E_DAO_QueryUnboundRef0x800A0BFE//Can't bind name '|'.
E_DAO_QueryExprEvaluation0x800A0BFF//Can't evaluate expression.
E_DAO_EvalEBESErr0x800A0C00//|
E_DAO_QueryNotUpdatable0x800A0C01//Operation must use an updatable query.
E_DAO_TableRepeatInFromList0x800A0C02//Can'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_InputTableNotFound0x800A0C06//Couldn't find input table or query '|'.
E_DAO_QueryAmbigRefM0x800A0C07//Ambiguous field reference '|'.
E_DAO_JoinTableNotInput0x800A0C08//Joined table '|' not listed in FROM clause.
E_DAO_UnaliasedSelfJoin0x800A0C09//Can't join more than one table with the same name (|).
E_DAO_ColumnNotInJoinTable0x800A0C0A//JOIN operation '|' refers to a non-joined table.
E_DAO_QueryIsMGB0x800A0C0B//Can't use internal report query.
E_DAO_QueryInsIntoBulkMGB0x800A0C0C//Can't insert data with action query.
E_DAO_ExprUnknownFunctionM0x800A0C0D//Undefined function '|' in expression.
E_DAO_QueryCannotDelete0x800A0C0E//Couldn't delete from specified tables.
E_DAO_QueryTooManyGroupExprs0x800A0C0F//Too many expressions in GROUP BY clause.
E_DAO_QueryTooManyOrderExprs0x800A0C10//Too many expressions in ORDER BY clause.
E_DAO_QueryTooManyDistExprs0x800A0C11//Too many expressions in DISTINCT output.
E_DAO_Column2ndSysMaint0x800A0C12//Resultant table not allowed to have more than one Counter or Autonumber field.
E_DAO_HavingWOGrouping0x800A0C13//HAVING clause (|) without grouping or aggregation.
E_DAO_HavingOnTransform0x800A0C14//Can't use HAVING clause in TRANSFORM statement.
E_DAO_OrderVsDistinct0x800A0C15//ORDER BY clause (|) conflicts with DISTINCT.
E_DAO_OrderVsGroup0x800A0C16//ORDER BY clause (|) conflicts with GROUP BY clause.
E_DAO_AggregateInArgument0x800A0C17//Can't have aggregate function in expression (|).
E_DAO_AggregateInWhere0x800A0C18//Can't have aggregate function in WHERE clause (|).
E_DAO_AggregateInOrderBy0x800A0C19//Can't have aggregate function in ORDER BY clause (|).
E_DAO_AggregateInGroupBy0x800A0C1A//Can't have aggregate function in GROUP BY clause (|).
E_DAO_AggregateInJoin0x800A0C1B//Can't have aggregate function in JOIN operation (|).
E_DAO_NullInJoinKey0x800A0C1C//Can't set field '|' in join key to Null.
E_DAO_ValueBreaksJoin0x800A0C1D//There is no record in table '|2' with key matching field(s) '|1'.
E_DAO_QueryTreeCycle0x800A0C1E//Circular reference caused by '|'.
E_DAO_OutputAliasCycle0x800A0C1F//Circular reference caused by alias '|' in query definition's SELECT list.
E_DAO_QryDuplicatedFixedSetM0x800A0C20//Can't specify Fixed Column Heading '|' in a crosstab query more than once.
E_DAO_NoSelectIntoColumnName0x800A0C21//Missing destination field name in SELECT INTO statement (|).
E_DAO_NoUpdateColumnName0x800A0C22//Missing destination field name in UPDATE statement (|).
E_DAO_QueryNoInsertPerm0x800A0C23//Record(s) can't be added; no Insert Data permission on '|'.
E_DAO_QueryNoReplacePerm0x800A0C24//Record(s) can't be edited; no Update Data permission on '|'.
E_DAO_QueryNoDeletePerm0x800A0C25//Record(s) can't be deleted; no Delete Data permission on '|'.
E_DAO_QueryNoReadDefPerm0x800A0C26//Couldn't read definitions; no Read Design permission for table or query '|'.
E_DAO_QueryNoTblCrtPerm0x800A0C27//Couldn't create; no Create permission for table or query '|'.
E_DAO_QueryNoReadPerm0x800A0C28//Record(s) can't be read; no Read Data permission on '|'.
E_DAO_QueryColNotUpd0x800A0C29//Can't update '|'; field not updatable.
E_DAO_QueryLVInDistinct0x800A0C2A//Can't include Memo or OLE object when you select unique values (|).
E_DAO_QueryLVInAggregate0x800A0C2B//Can't have Memo or OLE object in aggregate argument (|).
E_DAO_QueryLVInHaving0x800A0C2C//Can't have Memo or OLE object in criteria (|) for aggregate function.
E_DAO_QueryLVInOrderBy0x800A0C2D//Can't sort on Memo or OLE object (|).
E_DAO_QueryLVInJoin0x800A0C2E//Can't join on Memo or OLE object (|).
E_DAO_QueryLVInGroupBy0x800A0C2F//Can't group on Memo or OLE object (|).
E_DAO_DotStarWithGrouping0x800A0C30//Can't group on fields selected with '*' (|).
E_DAO_StarWithGrouping0x800A0C31//Can't group on fields selected with '*'.
E_DAO_IllegalDetailRef0x800A0C32//'|' not part of aggregate function or grouping.
E_DAO_StarNotAtLevel00x800A0C33//Can't use '*' in crosstab query.
E_DAO_QueryInvalidMGBInput0x800A0C34//Can't input from internal report query (|).
E_DAO_InvalidName0x800A0C35//'|' isn't a valid name.
E_DAO_QueryBadBracketing0x800A0C36//Invalid bracketing of name '|'.
E_DAO_InsertIntoUnknownCol0x800A0C37//INSERT INTO statement contains unknown field name '|'.
E_DAO_QueryNoDeleteTables0x800A0C38//Must specify tables to delete from.
E_DAO_SQLSyntax0x800A0C39//Invalid SQL statement; expected 'DELETE', 'INSERT', 'PROCEDURE', 'SELECT', or 'UPDATE'.
E_DAO_SQLDeleteSyntax0x800A0C3A//Syntax error in DELETE statement.
E_DAO_SQLFromSyntax0x800A0C3B//Syntax error in FROM clause.
E_DAO_SQLGroupBySyntax0x800A0C3C//Syntax error in GROUP BY clause.
E_DAO_SQLHavingSyntax0x800A0C3D//Syntax error in HAVING clause.
E_DAO_SQLInsertSyntax0x800A0C3E//Syntax error in INSERT statement.
E_DAO_SQLJoinSyntax0x800A0C3F//Syntax error in JOIN operation.
E_DAO_SQLLevelSyntax0x800A0C40//Syntax error in LEVEL clause.
E_DAO_SQLMissingSemicolon0x800A0C41//Missing semicolon (;) at end of SQL statement.
E_DAO_SQLOrderBySyntax0x800A0C42//Syntax error in ORDER BY clause.
E_DAO_SQLParameterSyntax0x800A0C43//Syntax error in PARAMETER clause.
E_DAO_SQLProcedureSyntax0x800A0C44//Syntax error in PROCEDURE clause.
E_DAO_SQLSelectSyntax0x800A0C45//Syntax error in SELECT statement.
E_DAO_SQLTooManyTokens0x800A0C46//Characters found after end of SQL statement.
E_DAO_SQLTransformSyntax0x800A0C47//Syntax error in TRANSFORM statement.
E_DAO_SQLUpdateSyntax0x800A0C48//Syntax error in UPDATE statement.
E_DAO_SQLWhereSyntax0x800A0C49//Syntax error in WHERE clause.
E_DAO_RmtSQLCError0x800A0C4A//ODBC--call failed.
E_DAO_RmtDataOverflow0x800A0C4B//*
E_DAO_RmtConnectFailed0x800A0C4C//*
E_DAO_RmtIncorrectSqlcDll0x800A0C4D//*
E_DAO_RmtMissingSqlcDll0x800A0C4E//*
E_DAO_RmtConnectFailedM0x800A0C4F//ODBC--connection to '|' failed.
E_DAO_RmtDrvrVer0x800A0C50//*
E_DAO_RmtSrvrVer0x800A0C51//*
E_DAO_RmtMissingOdbcDll0x800A0C52//ODBC--couldn't find DLL '|'.
E_DAO_RmtInsertFailedM0x800A0C53//ODBC--insert failed on attached (linked) table '|'.
E_DAO_RmtDeleteFailedM0x800A0C54//ODBC--delete failed on attached (linked) table '|'.
E_DAO_RmtUpdateFailedM0x800A0C55//ODBC--update failed on attached (linked) table '|'.
E_DAO_RecordLocked0x800A0C56//Couldn't save record; currently locked by another user.
E_DAO_InvalidBookmark0x800A0C57//Not a valid bookmark.
E_DAO_TableNotOpen0x800A0C58//Table isn't open.
E_DAO_DecryptFail0x800A0C59//Couldn't decrypt file.
E_DAO_NullInvalid0x800A0C5A//Null is invalid.
E_DAO_InvalidBufferSize0x800A0C5B//Couldn't perform operation; data too long for field.
E_DAO_ColumnNotUpdatable0x800A0C5C//Field can't be updated.
E_DAO_CantMakeINFFile0x800A0C5D//Couldn't open .INF file.
E_DAO_MissingMemoFile0x800A0C5E//Missing memo file.
E_DAO_RecordDeleted0x800A0C5F//Record is deleted.
E_DAO_INFFileError0x800A0C60//Invalid .INF file.
E_DAO_ExprIllegalType0x800A0C61//Illegal type in expression.
E_DAO_InstalIsamNotFound0x800A0C62//Couldn't find installable ISAM.
E_DAO_NoConfigParameters0x800A0C63//Couldn't find net path or user name.
E_DAO_CantAccessPdoxNetDir0x800A0C64//Couldn't open PARADOX.NET.
E_DAO_NoMSysAccounts0x800A0C65//Couldn't open table 'MSysAccounts' in the system database file.
E_DAO_NoMSysGroups0x800A0C66//Couldn't open table 'MSysGroups' in the system database file.
E_DAO_DateOutOfRange0x800A0C67//Date is out of range or is in an invalid format.
E_DAO_ImexCantOpenFile0x800A0C68//Couldn't open file '|'.
E_DAO_ImexBadTableName0x800A0C69//Not a valid table name.
E_DAO_ImexOutOfMemory0x800A0C6A//*
E_DAO_ImexEndofFile0x800A0C6B//Encountered unexpected end of file.
E_DAO_ImexCantWriteToFile0x800A0C6C//Couldn't write to file '|'.
E_DAO_ImexBadRange0x800A0C6D//Invalid range.
E_DAO_ImexBogusFile0x800A0C6E//Invalid file format.
E_DAO_TempDiskFull0x800A0C6F//Not enough space on temporary disk.
E_DAO_RmtLinkNotFound0x800A0C70//Couldn't execute query; couldn't find attached, or linked, table.
E_DAO_RmtTooManyColumns0x800A0C71//SELECT INTO remote database tried to produce too many fields.
E_DAO_ReadConflictM0x800A0C72//Couldn't save; currently locked by user '|2' on machine '|1'.
E_DAO_CommitConflictM0x800A0C73//Couldn't read; currently locked by user '|2' on machine '|1'.
E_DAO_SessionWriteConflict0x800A0C74//Couldn't update; currently locked by another session on this machine.
E_DAO_JetSpecialTableLocked0x800A0C75//Table '|1' is exclusively locked by user '|3' on machine '|2'.
E_DAO_TooManyColumns0x800A0C76//Too many fields defined.
E_DAO_ColumnDuplicate0x800A0C77//Can't define field more than once.
E_DAO_OutputTableNotFound0x800A0C78//Couldn't find output table '|'.
E_DAO_JetNoUserName0x800A0C79//(unknown)
E_DAO_JetNoMachineName0x800A0C7A//(unknown)
E_DAO_JetNoColumnName0x800A0C7B//(expression)
E_DAO_DatabaseInUse0x800A0C7C//Couldn't use '|'; database already in use.
E_DAO_DataHasChanged0x800A0C7D//Data has changed; operation stopped.
E_DAO_TooManySessions0x800A0C7E//Couldn't start session. Too many sessions already active.
E_DAO_ReferenceNotFound0x800A0C7F//Couldn't find reference.
E_DAO_IntegrityViolMasterM0x800A0C80//Can't delete or change record. Since related records exist in table '|', referential integrity rules would be violated.
E_DAO_IntegrityViolSlaveM0x800A0C81//Can't add or change record. Referential integrity rules require a related record in table '|'.
E_DAO_ReadConflict0x800A0C82//Couldn't save; currently locked by another user.
E_DAO_AggregatingHigherLevel0x800A0C83//Can't specify subquery in expression (|).
E_DAO_DatabaseDuplicate0x800A0C84//Database already exists.
E_DAO_QueryTooManyXvtColumn0x800A0C85//Too many crosstab column headers (|).
E_DAO_SelfReference0x800A0C86//Can't create a relationship between a field and itself.
E_DAO_CantUseUnkeyedTable0x800A0C87//Operation not supported on Paradox table with no primary key.
E_DAO_IllegalDeletedOption0x800A0C88//Invalid Deleted entry in the Xbase section of initialization setting.
E_DAO_IllegalStatsOption0x800A0C89//Invalid Stats entry in the Xbase section of initialization setting.
E_DAO_ConnStrTooLong0x800A0C8A//Connection string too long.
E_DAO_TableInUseQM0x800A0C8B//Couldn't lock table '|'; currently in use.
E_DAO_JetSpecialTableInUse0x800A0C8C//Couldn't lock table '|1'; currently in use by user '|3' on machine '|2'.
E_DAO_IllegalDateOption0x800A0C8D//Invalid Date entry in the Xbase section of initialization setting.
E_DAO_IllegalMarkOption0x800A0C8E//Invalid Mark entry in the Xbase section of initialization setting.
E_DAO_BtrieveTooManyTasks0x800A0C8F//Too many Btrieve tasks.
E_DAO_QueryParmNotTableid0x800A0C90//Parameter '|' specified where a table name is required.
E_DAO_QueryParmNotDatabase0x800A0C91//Parameter '|' specified where a database name is required.
E_DAO_WriteConflict0x800A0C92//Couldn't update; currently locked.
E_DAO_IllegalOperation0x800A0C93//Invalid operation.
E_DAO_WrongCollatingSequence0x800A0C94//Incorrect collating sequence.
E_DAO_BadConfigParameters0x800A0C95//Invalid entries in the Btrieve section of initialization setting.
E_DAO_QueryContainsDbParm0x800A0C96//Query can't contain a Database parameter.
E_DAO_QueryInvalidParmM0x800A0C97//'|' isn't a valid parameter name.
E_DAO_BtrieveDDCorrupted0x800A0C98//Can't read Btrieve data dictionary.
E_DAO_BtrieveDeadlock0x800A0C99//Encountered record locking deadlock while performing Btrieve operation.
E_DAO_BtrieveFailure0x800A0C9A//Errors encountered while using the Btrieve DLL.
E_DAO_IllegalCenturyOption0x800A0C9B//Invalid Century entry in the Xbase section of initialization setting.
E_DAO_IllegalCollatingSeq0x800A0C9C//Invalid Collating Sequence.
E_DAO_NonModifiableKey0x800A0C9D//Btrieve--can't change field.
E_DAO_ObsoleteLockFile0x800A0C9E//Out-of-date Paradox lock file.
E_DAO_RmtColDataTruncated0x800A0C9F//ODBC--field would be too long; data truncated.
E_DAO_RmtCreateTableFailed0x800A0CA0//ODBC--couldn't create table.
E_DAO_RmtOdbcVer0x800A0CA1//*
E_DAO_RmtQueryTimeout0x800A0CA2//ODBC--remote query timeout expired.
E_DAO_RmtTypeIncompat0x800A0CA3//ODBC--data type not supported on server.
E_DAO_RmtUnexpectedNull0x800A0CA4//*
E_DAO_RmtUnexpectedType0x800A0CA5//*
E_DAO_RmtValueOutOfRange0x800A0CA6//ODBC--data out of range.
E_DAO_TooManyActiveUsers0x800A0CA7//Too many active users.
E_DAO_CantStartBtrieve0x800A0CA8//Btrieve--missing Btrieve engine.
E_DAO_OutOfBVResources0x800A0CA9//Btrieve--out of resources.
E_DAO_QueryBadUpwardRefedM0x800A0CAA//Invalid reference in SELECT statement.
E_DAO_ImexNoMatchingColumns0x800A0CAB//None of the import field names match fields in the appended table.
E_DAO_ImexPasswordProtected0x800A0CAC//Can't import password-protected spreadsheet.
E_DAO_ImexUnparsableRecord0x800A0CAD//Couldn't parse field names from first row of import table.
E_DAO_InTransaction0x800A0CAE//Operation not supported in transactions.
E_DAO_RmtLinkOutOfSync0x800A0CAF//ODBC--linked table definition has changed.
E_DAO_IllegalNetworkOption0x800A0CB0//Invalid NetworkAccess entry in initialization setting.
E_DAO_IllegalTimeoutOption0x800A0CB1//Invalid PageTimeout entry in initialization setting.
E_DAO_CantBuildKey0x800A0CB2//Couldn't build key.
E_DAO_FeatureNotAvailable0x800A0CB3//Operation is not supported for this type of object.
E_DAO_IllegalReentrancy0x800A0CB4//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_UNUSED0x800A0CB5//*
E_DAO_RmtDenyWriteIsInvalid0x800A0CB6//ODBC--Can't lock all records.
E_DAO_ODBCParmsChanged0x800A0CB7//*
E_DAO_INFIndexNotFound0x800A0CB8//Index file not found.
E_DAO_SQLOwnerAccessSyntax0x800A0CB9//Syntax error in WITH OWNERACCESS OPTION declaration.
E_DAO_QueryAmbiguousJoins0x800A0CBA//Query contains ambiguous outer joins.
E_DAO_InvalidColumnType0x800A0CBB//Invalid field data type.
E_DAO_WriteConflictM0x800A0CBC//Couldn't update; currently locked by user '|2' on machine '|1'.
E_DAO_TableLockedM0x800A0CBD//|
E_DAO_TableInUseMUQM0x800A0CBE//|
E_DAO_InvalidTableId0x800A0CBF//Invalid database object.
E_DAO_VtoNoFields0x800A0CC0//No fields defined - cannot append Tabledef or Index.
E_DAO_VtoNameNotFound0x800A0CC1//Item not found in this collection.
E_DAO_VtoFieldInCollection0x800A0CC2//Can't append. Field is part of a TableDefs collection.
E_DAO_VtoNotARecordset0x800A0CC3//Property can be set only when the field is part of a Recordset object's Fields collection.
E_DAO_VtoNoSetObjInDb0x800A0CC4//Can't set this property once the object is part of a collection.
E_DAO_VtoIndexInCollection0x800A0CC5//Can't append. Index is part of a TableDefs collection.
E_DAO_VtoPropNotFound0x800A0CC6//Property not found.
E_DAO_VtoIllegalValue0x800A0CC7//Invalid property value.
E_DAO_VtoNotArray0x800A0CC8//Object isn't a collection.
E_DAO_VtoNoSuchMethod0x800A0CC9//Method not applicable for this object.
E_DAO_NotExternalFormat0x800A0CCA//External table isn't in the expected format.
E_DAO_UnexpectedEngineReturn0x800A0CCB//Unexpected error from external database driver (|).
E_DAO_InvalidDatabaseId0x800A0CCC//Invalid database ID.
E_DAO_TooManyKeys0x800A0CCD//Can't have more than 10 fields in an index.
E_DAO_NotInitialized0x800A0CCE//Database engine hasn't been initialized.
E_DAO_AlreadyInitialized0x800A0CCF//Database engine has already been initialized.
E_DAO_ColumnInUse0x800A0CD0//Can't delete a field that is part of an index or is needed by the system.
E_DAO_IndexInUse0x800A0CD1//Can't delete this index. It is either the current index or is used in a relationship.
E_DAO_TableNotEmpty0x800A0CD2//Can't create field or index in a table that is already defined.
E_DAO_IndexHasPrimary0x800A0CD3//Primary key already exists.
E_DAO_IndexDuplicate0x800A0CD4//Index already exists.
E_DAO_IndexInvalidDef0x800A0CD5//Invalid index definition.
E_DAO_WrongMemoFileType0x800A0CD6//Format of memo file doesn't match specified external database format.
E_DAO_ColumnCannotIndex0x800A0CD7//Can't create index on the given field.
E_DAO_IndexHasNoPrimary0x800A0CD8//Paradox index is not primary.
E_DAO_DDLConstraintSyntax0x800A0CD9//Syntax error in CONSTRAINT clause.
E_DAO_DDLCreateTableSyntax0x800A0CDA//Syntax error in CREATE TABLE statement.
E_DAO_DDLCreateIndexSyntax0x800A0CDB//Syntax error in CREATE INDEX statement.
E_DAO_DDLColumnDefSyntax0x800A0CDC//Syntax error in field definition.
E_DAO_DDLAlterTableSyntax0x800A0CDD//Syntax error in ALTER TABLE statement.
E_DAO_DDLDropIndexSyntax0x800A0CDE//Syntax error in DROP INDEX statement.
E_DAO_DDLDropSyntax0x800A0CDF//Syntax error in DROP TABLE or DROP INDEX.
E_DAO_V11NotSupported0x800A0CE0//Join expression not supported.
E_DAO_ImexNothingToImport0x800A0CE1//Couldn't import table or query. No records found, or all records contain errors.
E_DAO_RmtTableAmbiguous0x800A0CE2//There are several tables with that name. Please specify owner in the format 'owner.table'.
E_DAO_JetODBCConformanceError0x800A0CE3//ODBC Specification Conformance Error (|). This error should be reported to the ODBC driver vendor.
E_DAO_IllegalRelationship0x800A0CE4//Can't create a relationship.
E_DAO_DBVerFeatureNotAvailable0x800A0CE5//Can't perform this operation; features in this version are not available in databases with older formats.
E_DAO_RulesLoaded0x800A0CE6//Can't change a rule while the rules for this table are in use.
E_DAO_ColumnInRelationship0x800A0CE7//Can't delete this field. It's part of one or more relationships.
E_DAO_InvalidPin0x800A0CE8//You must enter a personal identifier (PID) consisting of at least four and no more than 20 characters and digits.
E_DAO_RmtBogusConnStr0x800A0CE9//Invalid connection string in pass-through query.
E_DAO_SingleColumnExpected0x800A0CEA//At most one field can be returned from a subquery that doesn't use the EXISTS keyword.
E_DAO_ColumnCountMismatch0x800A0CEB//The number of columns in the two selected tables or queries of a union query don't match.
E_DAO_InvalidTopArgumentM0x800A0CEC//Invalid TOP argument in select query.
E_DAO_PropertyTooLarge0x800A0CED//Property setting can't be larger than 2 KB.
E_DAO_JPMInvalidForV1x0x800A0CEE//This property isn't supported for external data sources or for databases created in a previous version.
E_DAO_PropertyExists0x800A0CEF//Property specified already exists.
E_DAO_TLVNativeUserTablesOnly0x800A0CF0//Validation rules and default values can't be placed on system or attached (linked) tables.
E_DAO_TLVInvalidColumn0x800A0CF1//Can't place this validation expression on this field.
E_DAO_TLVNoNullM0x800A0CF2//Field '|' can't contain a null value.
E_DAO_TLVNoBlankM0x800A0CF3//Field '|' can't be a zero-length string.
E_DAO_TLVRuleViolationM0x800A0CF4//|
E_DAO_TLVRuleVioNoMessage0x800A0CF5//One or more values entered is prohibited by the validation rule '|2' set for '|1'.
E_DAO_QueryTopNotAllowedM0x800A0CF6//Top not allowed in delete queries.
E_DAO_SQLUnionSyntax0x800A0CF7//Syntax error in union query.
E_DAO_TLVExprSyntaxM0x800A0CF8//| in table-level validation expression.
E_DAO_NoDbInConnStr0x800A0CF9//No database specified in connection string or IN clause.
E_DAO_QueryBadValueListM0x800A0CFA//Crosstab query contains one or more invalid fixed column headings.
E_DAO_QueryIsNotRowReturning0x800A0CFB//The query can not be used as a row source.
E_DAO_QueryIsDDL0x800A0CFC//This query is a DDL query and cannot be used as a row source.
E_DAO_SPTReturnedNoRecords0x800A0CFD//Pass-through query with ReturnsRecords property set to True did not return any records.
E_DAO_QueryIsSnapshot0x800A0CFE//This Recordset is not updatable.
E_DAO_QueryExprOutput0x800A0CFF//Field '|' is based on an expression and can't be edited.
E_DAO_QueryTableRO0x800A0D00//Table '|2' is read-only.
E_DAO_QueryRowDeleted0x800A0D01//Record in table '|' was deleted by another user.
E_DAO_QueryRowLocked0x800A0D02//Record in table '|' is locked by another user.
E_DAO_QueryFixupChanged0x800A0D03//To make changes to this field, first save the record.
E_DAO_QueryCantFillIn0x800A0D04//Can't enter value into blank field on 'one' side of outer join.
E_DAO_QueryWouldOrphan0x800A0D05//Records in table '|' would have no record on the 'one' side.
E_DAO_V10Format0x800A0D06//Can be present only in version 1.0 format.
E_DAO_InvalidDelete0x800A0D07//DeleteOnly called with non-zero cbData.
E_DAO_IllegalIndexDDFOption0x800A0D08//Btrieve: Invalid IndexDDF option in initialization setting.
E_DAO_IllegalDataCodePage0x800A0D09//Invalid DataCodePage option in initialization setting.
E_DAO_XtrieveEnvironmentError0x800A0D0A//Btrieve: Xtrieve options aren't correct in initialization setting.
E_DAO_IllegalIndexNumberOption0x800A0D0B//Btrieve: Invalid IndexDeleteRenumber option in initialization setting.
E_DAO_QueryIsCorruptM0x800A0D0C//Query '|' is corrupt.
E_DAO_IncorrectJoinKeyM0x800A0D0D//Current field must match join key '|' on 'one' side of outer join because it has been updated.
E_DAO_QueryLVInSubqueryM0x800A0D0E//Invalid Memo or OLE object in subquery '|'.
E_DAO_InvalidDatabaseM0x800A0D0F//Unrecognized database format '|'.
E_DAO_TLVCouldNotBindRef0x800A0D10//Unknown or invalid reference '|1' in validation expression or default value in table '|2'.
E_DAO_CouldNotBindRef0x800A0D11//Unknown or invalid field reference '|'.
E_DAO_QueryWrongNumDestCol0x800A0D12//Number of query values and destination fields aren't the same.
E_DAO_QueryPKeyNotOutput0x800A0D13//Can't add record(s); primary key for table '|' not in recordset.
E_DAO_QueryJKeyNotOutput0x800A0D14//Can't add record(s); join key of table '|' not in recordset.
E_DAO_NumericFieldOverflow0x800A0D15//Numeric field overflow.
E_DAO_InvalidObject0x800A0D16//Object is invalid for operation.
E_DAO_OrderVsUnion0x800A0D17//ORDER BY expression (|) uses non-output fields.
E_DAO_NoInsertColumnNameM0x800A0D18//No destination field name in INSERT INTO statement (|).
E_DAO_MissingDDFFile0x800A0D19//Btrieve: Can't find file FIELD.DDF.
E_DAO_SingleRecordExpected0x800A0D1A//At most one record can be returned by this subquery.
E_DAO_DefaultExprSyntax0x800A0D1B//Syntax error in default value.
E_DAO_ExclusiveDBConflict0x800A0D1C//The database is opened by user '|2' on machine '|1'.
E_DAO_QueryIsNotDDL0x800A0D1D//This query is not a properly formed data-definition query.
E_DAO_SysDatabaseOpenError0x800A0D1E//Can't open Microsoft Jet engine system database.
E_DAO_SQLInvalidSPT0x800A0D1F//Pass-through query must contain at least one character.
E_DAO_QueryTooComplex0x800A0D20//Query is too complex.
E_DAO_SetOpInvalidInSubquery0x800A0D21//Unions not allowed in a subquery.
E_DAO_RmtMultiRowUpdate0x800A0D22//Single-row update/delete affected more than one row of an attached (linked) table. Unique index contains duplicate values.
E_DAO_QueryNoJoinedRecord0x800A0D23//Record(s) can't be added; no corresponding record on the 'one' side.
E_DAO_QueryLVInSetOp0x800A0D24//Can't use Memo or OLE object field '|' in SELECT clause of a union query.
E_DAO_VtoInvalidOnRemote0x800A0D25//Property value not valid for REMOTE objects.
E_DAO_VtoNoFieldsRel0x800A0D26//Can't append a relation with no fields defined.
E_DAO_VtoObjectInCollection0x800A0D27//Can't append. Object already in collection.
E_DAO_DDLDiffNumRelCols0x800A0D28//Relationship must be on the same number of fields with the same data types.
E_DAO_DDLIndexColNotFound0x800A0D29//Can't find field in index definition.
E_DAO_DDLPermissionDenied0x800A0D2A//Can't modify the design of table '|'. It's in a read-only database.
E_DAO_DDLObjectNotFound0x800A0D2B//Can't find table or constraint.
E_DAO_DDLIndexNotFound0x800A0D2C//No such index '|2' on table '|1'.
E_DAO_DDLNoPkeyOnRefdTable0x800A0D2D//Can't create relationship. Referenced table '|' doesn't have a primary key.
E_DAO_DDLColumnsNotUnique0x800A0D2E//The specified fields are not uniquely indexed in table '|'.
E_DAO_DDLIndexDuplicate0x800A0D2F//Table '|1' already has an index named '|2'
E_DAO_DDLTableNotFound0x800A0D30//Table '|' doesn't exist.
E_DAO_DDLRelNotFound0x800A0D31//No such relationship '|2' on table '|1'.
E_DAO_DDLRelDuplicate0x800A0D32//There is already a relationship named '|' in the current database.
E_DAO_DDLIntegrityViolation0x800A0D33//Can't create relationships to enforce referential integrity. Existing data in table '|2' violates referential integrity rules with related table '|1'.
E_DAO_DDLColumnDuplicate0x800A0D34//Field '|2' already exists in table '|1'.
E_DAO_DDLColumnNotFound0x800A0D35//There is no field named '|2' in table '|1'.
E_DAO_DDLColumnTooBig0x800A0D36//The size of field '|' is too long.
E_DAO_DDLColumnInRel0x800A0D37//Can't delete field '|'. It's part of one or more relationships.
E_DAO_VtoCantDeleteBuiltIn0x800A0D38//Can't delete a built-in property.
E_DAO_VtoUDPsDontSupportNull0x800A0D39//User-defined properties don't support a Null value.
E_DAO_VtoMissingRequiredParm0x800A0D3A//Property '|' must be set before using this method.
E_DAO_JetJetInitInvalidPath0x800A0D3B//Can't find TEMP directory.
E_DAO_TLVExprUnknownFunctionM0x800A0D3C//Unknown function '|2' in validation expression or default value on '|1'.
E_DAO_QueryNotSupported0x800A0D3D//Query support unavailable.
E_DAO_AccountDuplicate0x800A0D3E//Account name already exists.
E_DAO_JetwrnPropCouldNotSave0x800A0D3F//An error has occurred. Properties were not saved.
E_DAO_RelNoPrimaryIndexM0x800A0D40//There is no primary key in table '|'.
E_DAO_QueryKeyTooBig0x800A0D41//Can't perform join, group, sort, or indexed restriction. A value being searched or sorted on is too long.
E_DAO_PropMustBeDDL0x800A0D42//Can't save property; property is a schema property.
E_DAO_IllegalRIConstraint0x800A0D43//Invalid referential integrity constraint.
E_DAO_RIViolationMasterCM0x800A0D44//Can't perform cascading operation. Since related records exist in table '|', referential integrity rules would be violated.
E_DAO_RIViolationSlaveCM0x800A0D45//Can't perform cascading operation. There must be a related record in table '|'.
E_DAO_RIKeyNullDisallowedCM0x800A0D46//Can't perform cascading operation. It would result in a null key in table '|'.
E_DAO_RIKeyDuplicateCM0x800A0D47//Can't perform cascading operation. It would result in a duplicate key in table '|'.
E_DAO_RIUpdateTwiceCM0x800A0D48//Can't perform cascading operation. It would result in two updates on field '|2' in table '|1'.
E_DAO_RITLVNoNullCM0x800A0D49//Can't perform cascading operation. It would cause field '|' to become null, which is not allowed.
E_DAO_RITLVNoBlankCM0x800A0D4A//Can't perform cascading operation. It would cause field '|' to become a zero-length string, which is not allowed.
E_DAO_RITLVRuleViolationCM0x800A0D4B//Can't perform cascading operation: '|'
E_DAO_RITLVRuleVioCNoMessage0x800A0D4C//Can't perform cascading operation. The value entered is prohibited by the validation rule '|2' set for '|1'.
E_DAO_TLVRuleEvalEBESErr0x800A0D4D//Error '|' in validation rule.
E_DAO_TLVDefaultEvalEBESErr0x800A0D4E//Error '|' in default value.
E_DAO_BadMSysConf0x800A0D4F//The server's MSysConf table exists, but is in an incorrect format. Contact your system administrator.
E_DAO_TooManyFindSessions0x800A0D50//Too many FastFind Sessions were invoked.
E_DAO_InvalidColumnM0x800A0D51//Invalid field name '|' in definition of index or relationship.
E_DAO_REPReadOnly0x800A0D52//*
E_DAO_RIInvalidBufferSizeCM0x800A0D53//Invalid entry. Can't perform cascading operation specified in table '|1' because value entered is too big for field '|2'.
E_DAO_RIWriteConflictCM0x800A0D54//|
E_DAO_JetSpecialRIWriteConflictCM0x800A0D55//Can't perform cascading update on table '|1' because it is currently in use by user '|3' on machine '|2'.
E_DAO_RISessWriteConflictCM0x800A0D56//Can't perform cascading update on table '|' because it is currently in use.
E_DAO_NoBlank0x800A0D57//Zero-length string is valid only in a text or Memo field.
E_DAO_FutureError0x800A0D58//|
E_DAO_QueryInvalidBulkInput0x800A0D59//An action query cannot be used as a row source.
E_DAO_NetCtrlMismatch0x800A0D5A//Can't open '|'. Another user has the table open using a different network control file or locking style.
E_DAO_4xTableWith3xLocking0x800A0D5B//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_VtoObjectNotSet0x800A0D5C//Object is invalid or not set.
E_DAO_VtoDataConvError0x800A0D5D//Data type conversion error.
E_DAO_TableNotLocked0x800A0D5E//Can't modify table structure. Another user has the table open
E_DAO_RmtDriverNotSupported0x800A0D5F//You cannot use ODBC to attach an external Microsoft Access or ISAM database table to your database
E_DAO_InvalidLanguageId0x800A0D60//Can't create database; Invalid locale
E_DAO_VtoInvalidOpDuringCallback0x800A0D61//This method or property is not currently available on this Recordset
E_DAO_VtoActionCancelled0x800A0D62//The action was cancelled by an associated object
E_DAO_VtoOleAutoFailed0x800A0D63//Error in DAO automation
E_DAO_DatabaseCorrupted_Cmpct0x800A0D64//The Jet database engine has encountered a problem in your database. To correct the problem, you must repair and compact the database
E_DAO_IncompatibleIIsam0x800A0D65//Incompatible installable ISAM version
E_DAO_OLEInitializeFailure0x800A0D66//While loading the Excel installable ISAM, OLE was unable to initialize
E_DAO_OLENotCompoundFile0x800A0D67//This is not an Excel 5 file
E_DAO_OLEFailure0x800A0D68//Error opening an Excel 5 file
E_DAO_IllegalIisamIniOption0x800A0D69//Invalid parameter in [Excel ISAM] section of the initialization file
E_DAO_TableFull0x800A0D6A//Can't expand named range
E_DAO_TableCantClear0x800A0D6B//Cannot delete Excel cells
E_DAO_CreateFailed0x800A0D6C//Failure creating file
E_DAO_DatabaseFull0x800A0D6D//Excel spreadsheet is full
E_DAO_SpecAndColumnMismatch0x800A0D6E//File specification and data do not match
E_DAO_CantOpenWordMergeFiles0x800A0D6F//Can't attach or import Word mail merge file
E_DAO_FileHasNoColumns0x800A0D70//Text file has no columns
E_DAO_AmbiguousDelimiters0x800A0D71//Text file specification field separator matches decimal seperator or text delimiter
E_DAO_FileSpecErrorM0x800A0D72//Error in entry |2 of section [|1] in schema.ini
E_DAO_NoSpecForFixedFormatM0x800A0D73//Can't create fixed width text file without column specification in section [|2] of schema.ini
E_DAO_WidthMissInFixedSpecM0x800A0D74//Column width required for column |2 in section [|1] of schema.ini
E_DAO_VtoWrongDllVersion0x800A0D75//Incorrect version of JET DLL found
E_DAO_VtoMissingVBA0x800A0D76//Could not locate a VBA related file
E_DAO_VtoVBAFailed0x800A0D77//Failed to initialize VBA
E_DAO_VtoOLEFailed0x800A0D78//An OLE system function failed
E_DAO_InvalidCountry0x800A0D79//Missing country code
E_DAO_QueryIncompleteRowM0x800A0D7A//Syntax error in query. Incomplete query clause
E_DAO_QueryParmTypeNotAllowed0x800A0D7B//Illegal reference in query
E_DAO_REPDBNotMaster0x800A0D7C//You can't make changes to the design of the database at this replica.
E_DAO_REPCantRelate0x800A0D7D//You can't establish or maintain an enforced relationship between a replicated table and a local table.
E_DAO_REPNotOwner0x800A0D7E//*
E_DAO_CantMakeReplicable0x800A0D7F//Can't make the database replicable.
E_DAO_CantMakeObjectReplicable0x800A0D80//Can't make the |2 object in |1 container replicable.
E_DAO_REPCantKeepLocal0x800A0D81//You can't set the KeepLocal property for an object that is already replicated.
E_DAO_REPCantKeepDBLocal0x800A0D82//The KeepLocal property cannot be set on a database; it can be set only on the objects in a database.
E_DAO_CantUnreplDatabase0x800A0D83//After a database has been replicated, you cannot remove the replication features from the database.
E_DAO_ReplConflict0x800A0D84//The operation you attempted conflicts with an existing operation involving this member of the replica set.
E_DAO_REPSetRepid0x800A0D85//The replication property you are attempting to set or delete is read-only and can't be changed.
E_DAO_TransportLoadFailure0x800A0D86//Failure to load a DLL.
E_DAO_TransportLoadFailureM0x800A0D87//Can't find the .dll '|2'.
E_DAO_TypeMismatchM0x800A0D88//Data type mismatch in criteria expression.
E_DAO_DiskIOM0x800A0D89//The disk drive you are attempting to access is unreadable.
E_DAO_FileAccessDeniedM0x800A0D8A//*
E_DAO_InvalidPathM0x800A0D8B//*
E_DAO_TranspAccessDeniedM0x800A0D8C//Access was denied while accessing dropbox folder '|2'.
E_DAO_TransportDiskFullM0x800A0D8D//The disk for dropbox folder '|2' is full.
E_DAO_TransportDiskIOM0x800A0D8E//Disk failure accessing dropbox folder '|2'.
E_DAO_LogWriteFail0x800A0D8F//Failure to write to the Synchronizer log file.
E_DAO_LogDiskFullM0x800A0D90//Disk full for path '|1'.
E_DAO_LogDiskIOM0x800A0D91//Disk failure while accessing log file '|1'.
E_DAO_LogFileAccessDeniedM0x800A0D92//Can't open the log file '|1' for writing.
E_DAO_LogFileShareViolationM0x800A0D93//Sharing violation while attempting to open log file '|1' in Deny Write mode.
E_DAO_TransportInvalidPathM0x800A0D94//Invalid dropbox path '|2'.
E_DAO_TranspInvalidAddressM0x800A0D95//Dropbox address '|2' is syntactically invalid.
E_DAO_RepNotPartial0x800A0D96//The replica is not a partial replica.
E_DAO_RepPartial0x800A0D97//Can't designate a partial replica as the Design Master for the replica set.
E_DAO_PARTInvalidRelNameM0x800A0D98//The relationship '|' in the partial filter expression is invalid.
E_DAO_PARTInvalidTableNameM0x800A0D99//The table name '|' in the partial filter expression is invalid.
E_DAO_REPInvalidFilter0x800A0D9A//The filter expression for the partial replica is invalid.
E_DAO_TranspInvalidPasswordM0x800A0D9B//The password supplied for the dropbox folder '|2' is invalid.
E_DAO_TransDestInvalidPassword0x800A0D9C//The password used by the Synchronizer to write to a destination dropbox folder is invalid.
E_DAO_REPDBNotRep0x800A0D9D//The object can't be replicated because the database is not replicated.
E_DAO_REPSecondGuid0x800A0D9E//You can't add a second Replication ID AutoNumber field to a table.
E_DAO_REPOnlyBuiltin0x800A0D9F//The database you are attempting to replicate can't be converted.
E_DAO_REPNoSuchRepid0x800A0DA0//The value specified is not a ReplicaID for any member in the replica set.
E_DAO_REPObjectNotRep0x800A0DA1//The object specified can't be replicated because it is missing a necessary resource.
E_DAO_CantCreateReplica0x800A0DA2//Can't create a new replica because the '|2' object in '|1' container could not be replicated.
E_DAO_MustOpenDbExclusive0x800A0DA3//The database must be opened in exclusive mode before it can be replicated.
E_DAO_CantDoSchemaChange0x800A0DA4//The synchronization failed because a design change could not be applied to one of the replicas.
E_DAO_UnableToSetParam0x800A0DA5//Can't set the specified Registry parameter for the Synchronizer.
E_DAO_UnableToGetParam0x800A0DA6//Unable to retrieve the specified Registry parameter for the Synchronizer.
E_DAO_REPNoSuchSchedule0x800A0DA7//There are no scheduled synchronizations between the two Synchronizers.
E_DAO_REPNoSuchExchange0x800A0DA8//Replication Manager cannot find the ExchangeID in the MSysExchangeLog table.
E_DAO_REPCantSetSchedule0x800A0DA9//Unable to set a schedule for the Synchronizer.
E_DAO_REPCantGetSchedule0x800A0DAA//*
E_DAO_REPCantGetDBPath0x800A0DAB//Can't retrieve the full path information for a member of the replica set.
E_DAO_REPCantSetExchange0x800A0DAC//You cannot specify two different Synchronizers to manage the same replica.
E_DAO_REPNotUpdated0x800A0DAD//*
E_DAO_REPNotManaged0x800A0DAE//The Design Master or replica is not being managed by a Synchronizer.
E_DAO_ValueNotSet0x800A0DAF//The Synchronizer's Registry has no value set for the key you queried.
E_DAO_REPInvalidTID0x800A0DB0//The Synchronizer ID does not match an existing ID in the MSysTranspAddress table.
E_DAO_REPFilterNotFound0x800A0DB1//You attempted to delete or get information about a partial filter that does not exist in MSysFilters.
E_DAO_OpenLog0x800A0DB2//The Synchronizer is unable to open the Synchronizer log.
E_DAO_WriteLog0x800A0DB3//Failure writing to the Synchronizer log.
E_DAO_NoTransport0x800A0DB4//There is no active transport for the Synchronizer.
E_DAO_TransportNotFound0x800A0DB5//Could not find a valid transport for this Synchronizer.
E_DAO_ReplicaAlreadyLocked0x800A0DB6//The member of the replica set you are attempting to synchronize is currently being used in another synchronization.
E_DAO_DBAccess0x800A0DB7//*
E_DAO_TransportReadFailure0x800A0DB8//Failed to read the dropbox folder.
E_DAO_TransportWriteFailure0x800A0DB9//Failed to write to the dropbox folder.
E_DAO_NoExchange0x800A0DBA//Synchronizer could not find any scheduled or on-demand synchronizations to process.
E_DAO_SysClock0x800A0DBB//The Microsoft Jet database engine could not read the system clock on your computer.
E_DAO_NoTransportAddress0x800A0DBC//Destination synchronizer is not configured to support indirect synchronronization, and the destination replica is unavailable for direct synchronization
E_DAO_NoMessage0x800A0DBD//Synchronizer could not find any messages to process.
E_DAO_TransporterNotFound0x800A0DBE//Could not find Synchronizer in the MSysTranspAddress table.
E_DAO_TransportSendFailure0x800A0DBF//Failed to send a message.
E_DAO_ReplicaNotFound0x800A0DC0//The replica name or ID does not match a currently managed member of the replica set.
E_DAO_OutOfSynch0x800A0DC1//Two members of the replica set cannot be synchronized because there is no common point to start the synchronization.
E_DAO_ExchangeNotFound0x800A0DC2//Synchronizer cannot find the record of a specific synchronization in the MSysExchangeLog table.
E_DAO_SchemaNotFound0x800A0DC3//Synchronizer cannot find a specific version number in the MSysSchChange table.
E_DAO_SchemaHistMismatch0x800A0DC4//The history of design changes in the replica does not match the history in the Design Master.
E_DAO_MessageDBAccess0x800A0DC5//Synchronizer could not access the message database.
E_DAO_ObjectAlreadyExists0x800A0DC6//The name selected for the system object is already in use.
E_DAO_ObjectDoesntExist0x800A0DC7//The Synchronizer or Replication Manager could not find the system object.
E_DAO_NoNewData0x800A0DC8//There is no new data in shared memory for the Synchronizer or Replication Manager to read.
E_DAO_PrevDataNotRead0x800A0DC9//The Synchronizer or Replication Manager found unread data in the shared memory. The existing data will be overwritten.
E_DAO_ClientAlreadyExists0x800A0DCA//The Synchronizer is already serving a client.
E_DAO_WaitTimeout0x800A0DCB//The wait period for an event has timed out.
E_DAO_ServerInitialization0x800A0DCC//Synchronizer could not be initialized.
E_DAO_ObjectAbandoned0x800A0DCD//The system object used by a process still exists after the process has stopped.
E_DAO_NoEvent0x800A0DCE//Synchronizer looked for a system event but did not find one to report to the client.
E_DAO_ClientSentTerm0x800A0DCF//Client has asked the Synchronizer to terminate operation.
E_DAO_InvalidMessage0x800A0DD0//Synchronizer received an invalid message for a member of the replica set that it manages.
E_DAO_NoClient0x800A0DD1//The Synchronizer's client is no longer present and cannot be notified.
E_DAO_TooManyTasks0x800A0DD2//Cannot initialize Synchronizer because there are too many applications running.
E_DAO_SysDiskIO0x800A0DD3//A system error has occurred or your swap file has reached its limit.
E_DAO_PageFile0x800A0DD4//Your swap file has reached its limit or is corrupted.
E_DAO_ProcessStillActive0x800A0DD5//Synchronizer could not be shut down properly and is still active.
E_DAO_ProcessAborted0x800A0DD6//Process stopped when attempting to terminate Synchronizer client.
E_DAO_TransporterNotSetup0x800A0DD7//Synchronizer has not been set up.
E_DAO_ServerAlreadyRunning0x800A0DD8//Synchronizer is already running.
E_DAO_DiffReplicaSet0x800A0DD9//The two replicas you are attempting to synchronize are from different replica sets.
E_DAO_BadExchangeType0x800A0DDA//The type of synchronization you are attempting is not valid.
E_DAO_NoReplica0x800A0DDB//Synchronizer could not find a replica from the correct set to complete the synchronization.
E_DAO_GuidMismatch0x800A0DDC//GUIDs do not match or the requested GUID could not be found.
E_DAO_FilenameTooLong0x800A0DDD//The file name you provided is too long.
E_DAO_NoGuidIndex0x800A0DDE//There is no index on the GUID column.
E_DAO_UnableToDeleteParam0x800A0DDF//Unable to delete the specified Registry parameter for the Synchronizer.
E_DAO_ValueTooBig0x800A0DE0//The size of the Registry parameter exceeds the maximum allowed.
E_DAO_REPGuidCreateFailure0x800A0DE1//The GUID could not be created.
E_DAO_REPDBMovedCopied0x800A0DE2//*
E_DAO_REPNoValidNick0x800A0DE3//All valid nicknames for replicas are already in use.
E_DAO_TransportDestInvalidPath0x800A0DE4//Invalid path for destination dropbox folder.
E_DAO_TransDestInvalidAddress0x800A0DE5//Invalid address for destination dropbox folder.
E_DAO_TransportDestDiskIO0x800A0DE6//Disk I/O error at destination dropbox folder.
E_DAO_TransportDestDiskFull0x800A0DE7//Failure to write because destination disk is full.
E_DAO_REPSameReplicaID0x800A0DE8//The two members of the replica set you are attempting to synchronize have the same ReplicaID.
E_DAO_REPBothMasters0x800A0DE9//The two members of the replica set you are attempting to synchronize are both Design Masters.
E_DAO_TransDestAccessDenied0x800A0DEA//Access denied at destination dropbox folder.
E_DAO_TransportSrcAccess0x800A0DEB//Fatal error accessing a local dropbox folder.
E_DAO_TransportSrcFileNotFound0x800A0DEC//Synchronizer can't find the source file for messages.
E_DAO_TransSrcSharingViolation0x800A0DED//There is a sharing violation in the source dropbox folder because the message database is open in another application.
E_DAO_NetworkIO0x800A0DEE//Network I/O error.
E_DAO_TransportWrongMessage0x800A0DEF//Message in dropbox folder belongs to the wrong Synchronizer.
E_DAO_TransportDeleteFailure0x800A0DF0//Synchronizer could not delete a file.
E_DAO_RepRemoved0x800A0DF1//This member of the replica set has been logically removed from the set and is no longer available.
E_DAO_FiltersChanged0x800A0DF2//The filters defining a partial replica are out of synch with each other.
E_DAO_LimitedUpdate0x800A0DF3//The attempt to set a column in a partial replica violated a rule governing partial replicas.
E_DAO_TempDiskIO0x800A0DF4//A disk I/O error occurred while reading or writing to the TEMP directory.
E_DAO_DirNotManaged0x800A0DF5//The directory you queried for a list of replicas is not a managed directory.
E_DAO_RepidChanged0x800A0DF6//The ReplicaID for this member of the replica set was reassigned during a move or copy procedure.
E_DAO_DiskFullM0x800A0DF7//The disk drive you are attempting to write to is full.
E_DAO_ShareViolationM0x800A0DF8//The database you are attempting to open is already in use by another application.
E_DAO_UpdateReplCol0x800A0DF9//Can't update replication system column.
E_DAO_GetDbinfoM0x800A0DFA//Failure to replicate database; can't determine whether the database is open in exclusive mode.
E_DAO_MakeRepTablesM0x800A0DFB//Could not create replication system tables needed to make the database replicable.
E_DAO_AddReplicaInfoM0x800A0DFC//Could not add rows needed to make the database replicable.
E_DAO_OpenRepTablesM0x800A0DFD//Can't open replication system table '|' because the table is already in use.
E_DAO_CreateReplicaObjectM0x800A0DFE//Cannot make a new replica because the |2 object in |1 container could not be made replicable.
E_DAO_MakeObjectReplM0x800A0DFF//Cannot make the |2 object in |1 container replicable.
E_DAO_OutOfMemoryM0x800A0E00//Insufficient memory to complete operation.
E_DAO_RepTooManyColumnsM0x800A0E01//Can't replicate the table; the number of columns exceeds the maximum allowed.
E_DAO_PARTFilterExprSyntaxM0x800A0E02//Syntax error in partial filter expression on table |1.
E_DAO_PARTUnknownTokenM0x800A0E03//Invalid expression in the ReplicaFilter property.
E_DAO_PARTExprEvaluationM0x800A0E04//Error when evaluating the partial filter expression.
E_DAO_PARTExprUnknownFuncM0x800A0E05//The partial filter expression contains an unknown function.
E_DAO_LimitedUpdateM0x800A0E06//Violates the rules for partial replicas.
E_DAO_LogInvalidPathM0x800A0E07//Log file path '|1' is invalid.
E_DAO_REPPasswdNotAllowed0x800A0E08//You can't replicate a password-protected database or set password protection on a replicated database.
E_DAO_BadSingleMasterAttrib0x800A0E09//You can't change the data master attribute for the replica set.
E_DAO_BadMultiMasterAttrib0x800A0E0A//You can't change the data master attribute for the replica set. It allows data changes only at the Design Master.
E_DAO_REPCantRepair0x800A0E0B//The 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_ExprAggIllegalOnGuid0x800A0E10//Aggregation expressions cannot use GUIDs.
E_DAO_RefreshReplicaList0x800A0E11//*
E_DAO_MoreWorkNeeded0x800A0E12//*
E_DAO_SenderTooOld0x800A0E13//*
E_DAO_RepAccess0x800A0E14//*
E_DAO_REPDbNotReplicableM0x800A0E15//Synchronizing with a non-replicated database is not allowed. The '|' database is not a Design Master or replica.
E_DAO_DaemonDied0x800A0E16//*
E_DAO_REPCantDelete0x800A0E17//The replication property you are attempting to delete is read-only and cannot be removed.
E_DAO_IndexCantBuild0x800A0E18//Record length is too long for an indexed Paradox table.
E_DAO_RelNoPrimaryIndex0x800A0E19//No unique index found for the referenced field of the primary table.
E_DAO_QuerySameSrcDestTableM0x800A0E1A//Same table '|' referenced as both the source and destination in make-table query.
E_DAO_InvalidDDLObject0x800A0E1B//Can't execute data definition statements on linked data sources.
E_DAO_QueryMGBWithSubquery0x800A0E1C//Multi-level GROUP BY clause is not allowed in a subquery.
E_DAO_SQLLinkNotSupported0x800A0E1D//Can't create a relationship on linked ODBC tables.
E_DAO_InvalidFindOnGUID0x800A0E1E//GUID not allowed in Find method criteria expression.
E_DAO_QueryJoinExprInComp0x800A0E1F//Type mismatch in JOIN expression.
E_DAO_UpdateNotAvailable0x800A0E20//Updating data in a linked table is not supported by this ISAM.
E_DAO_DeleteNotAvailable0x800A0E21//Deleting data in a linked table is not supported by this ISAM.
E_DAO_ExceptTableCreateFail0x800A0E22//Exceptions table could not be created on import/export.
E_DAO_ExceptTableWriteFail0x800A0E23//Records could not be added to exceptions table.
E_DAO_ExcelOLEConnectLost0x800A0E24//The connection for viewing your linked Microsoft Excel worksheet was lost.
E_DAO_CantChangeDbPwdOnShared0x800A0E25//Can't change password on a shared open database.
E_DAO_RmtMustCheckTimeStamp0x800A0E26//You must use the dbSeeChanges option with OpenRecordset when accessing a SQL Server table that has an IDENTITY column.
E_DAO_NotWithBoundFileM0x800A0E27//Cannot access the FoxPro 3.0 bound DBF file '|'.
E_DAO_CommitConflict0x800A0E28//Couldn't read the record; currently locked by another user.
E_DAO_NoSuchSpecM0x800A0E29//The text file specification '|' does not exist. You can't import, export, or link using the specification.
E_DAO_TooManyIndexesM0x800A0E2A//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_TransExeNotFound0x800A0E2B//Cannot find the executable file for the Synchronizer (mstran35.exe).
E_DAO_RemRepNotManaged0x800A0E2C//Partner replica is not managed by a Synchronizer.
E_DAO_FSDropboxShared0x800A0E2D//Synchronizer '|1' is also using the same File System dropbox '|2'.
E_DAO_FSDropboxSharedM0x800A0E2E//Synchronizer '|1' is also using the same File System dropbox '|2'.
E_DAO_RepInvalidTableInFilter0x800A0E2F//Invalid Table Name In Filter
E_DAO_InetNotEnabled0x800A0E30//Internet Transport not enabled on the remote Synchronizer.
E_DAO_VtoDllLoadFailed0x800A0E31//Can't load DLL: '|'
E_DAO_REPDBIsPartial0x800A0E32//Cannot create a replica using a partial replica.
E_DAO_CantCreatePartialSys0x800A0E33//Cannot create partial replica of a system database.
E_DAO_CantPopulateWithErrors0x800A0E34//Cannot populate the replica or change the replica's filter because the replica has conflicts or data errors.
E_DAO_QueryEmbeddedVarTab0x800A0E35//Cannot use the crosstab of a non-fixed column as a subquery.
E_DAO_SrcCntrlDB0x800A0E36//A Source Controlled database cannot be made replicable.
E_DAO_CantCreateSysReplica0x800A0E37//Cannot create a replica of a System database.
E_DAO_VtoFetchBuffTooSmall0x800A0E38//The fetch buffer was too small for the amount of data you requested.
E_DAO_VtoEOFDuringFetch0x800A0E39//There are fewer records remaining in the recordset than you requested.
E_DAO_VtoSilentCancel0x800A0E3A//A cancel was performed on the operation.
E_DAO_VtoRecordDeleted0x800A0E3B//One of the records in the recordset was deleted by another process.
E_DAO_36440x800A0E3C//*
E_DAO_VtoBadBindInfo0x800A0E3D//One of the binding parameters is incorrect.
E_DAO_VtoRowLenTooSmall0x800A0E3E//The specified row length is shorter than the sum of the column lengths.
E_DAO_VtoColumnMissing0x800A0E3F//A column requested is not being returned to the recordset.
E_DAO_BothPartials0x800A0E40//Cannot synchronize a partial replica with another partial replica.
E_DAO_InvalidCodePage0x800A0E41//The language-specific code page was not specified or could not be found.
E_DAO_InetTooSlow0x800A0E42//Either the Internet is very slow OR there is some problem in the replication manager setup on the internet server machine.
E_DAO_InetInvalidAddress0x800A0E43//Invalid internet address.
E_DAO_InetLoginFailure0x800A0E44//Internet login failure.
E_DAO_InetNotSetup0x800A0E45//Internet not set up.
E_DAO_InetInternalFailure0x800A0E46//Internal internet failure.
E_DAO_InetServicesUnavailable0x800A0E47//The wininet.dll can't be loaded or initialized.
E_DAO_PARTExprEvaluation0x800A0E48//Error in evaluating a partial expression
E_DAO_PARTFilterEvalM0x800A0E49//Error in evaluating the boolean filter expression for table '|1'.
E_DAO_PARTBinaryNotAllowedM0x800A0E4A//Binary column '|' cannot be used in a boolean filter.
E_DAO_PARTUnenforcedRelM0x800A0E4B//Relationship '|1' is unenforced. Relationship in a partial filter expression must be enforced.
E_DAO_ExchangeFailed0x800A0E4C//Requested exchange failed because '|1'
E_DAO_ExchangeFailedM0x800A0E4D//Requested exchange failed because '|1'
E_DAO_VtoRSNeedsBatchCursorLib0x800A0E4E//*
E_DAO_VtoNeedDiffCursorLibrary0x800A0E4F//This operation requires a different cursor library.
E_DAO_VtoStillConnecting0x800A0E50//An asynchronous OpenConnection call is not yet complete, and you cannot yet reference the returned Connection object until it is complete.
E_DAO_AccessDeniedRepl0x800A0E51//You cannot modify the replication system object '1'
E_DAO_AccessDeniedReplM0x800A0E52//You cannot modify the replication system object '1'
E_DAO_VtoOtherOperBlocking0x800A0E53//A different operation is preventing this operation from being executed.
E_DAO_VtoNoActiveConnection0x800A0E54//Can not perform this operation because there is no active connection.
E_DAO_VtoExecCancelled0x800A0E55//Execution cancelled.
E_DAO_VtoCursorNotValid0x800A0E56//Cursor is not valid.
E_DAO_VtoCanNotFindTable0x800A0E57//Can not find table to update.
E_DAO_VtoCanNotFindCursLib0x800A0E58//Failed to load RDOCURS.DLL.
672 entries