📄 dbdaoerr.h
字号:
#define E_DAO_QueryNoInsertPerm DBDAOERR(3107) //Record(s) can't be added; no Insert Data permission on '|'.
#define E_DAO_QueryNoReplacePerm DBDAOERR(3108) //Record(s) can't be edited; no Update Data permission on '|'.
#define E_DAO_QueryNoDeletePerm DBDAOERR(3109) //Record(s) can't be deleted; no Delete Data permission on '|'.
#define E_DAO_QueryNoReadDefPerm DBDAOERR(3110) //Couldn't read definitions; no Read Design permission for table or query '|'.
#define E_DAO_QueryNoTblCrtPerm DBDAOERR(3111) //Couldn't create; no Create permission for table or query '|'.
#define E_DAO_QueryNoReadPerm DBDAOERR(3112) //Record(s) can't be read; no Read Data permission on '|'.
#define E_DAO_QueryColNotUpd DBDAOERR(3113) //Can't update '|'; field not updatable.
#define E_DAO_QueryLVInDistinct DBDAOERR(3114) //Can't include Memo or OLE object when you select unique values (|).
#define E_DAO_QueryLVInAggregate DBDAOERR(3115) //Can't have Memo or OLE object in aggregate argument (|).
#define E_DAO_QueryLVInHaving DBDAOERR(3116) //Can't have Memo or OLE object in criteria (|) for aggregate function.
#define E_DAO_QueryLVInOrderBy DBDAOERR(3117) //Can't sort on Memo or OLE object (|).
#define E_DAO_QueryLVInJoin DBDAOERR(3118) //Can't join on Memo or OLE object (|).
#define E_DAO_QueryLVInGroupBy DBDAOERR(3119) //Can't group on Memo or OLE object (|).
#define E_DAO_DotStarWithGrouping DBDAOERR(3120) //Can't group on fields selected with '*' (|).
#define E_DAO_StarWithGrouping DBDAOERR(3121) //Can't group on fields selected with '*'.
#define E_DAO_IllegalDetailRef DBDAOERR(3122) //'|' not part of aggregate function or grouping.
#define E_DAO_StarNotAtLevel0 DBDAOERR(3123) //Can't use '*' in crosstab query.
#define E_DAO_QueryInvalidMGBInput DBDAOERR(3124) //Can't input from internal report query (|).
#define E_DAO_InvalidName DBDAOERR(3125) //'|' isn't a valid name.
#define E_DAO_QueryBadBracketing DBDAOERR(3126) //Invalid bracketing of name '|'.
#define E_DAO_InsertIntoUnknownCol DBDAOERR(3127) //INSERT INTO statement contains unknown field name '|'.
#define E_DAO_QueryNoDeleteTables DBDAOERR(3128) //Must specify tables to delete from.
#define E_DAO_SQLSyntax DBDAOERR(3129) //Invalid SQL statement; expected 'DELETE', 'INSERT', 'PROCEDURE', 'SELECT', or 'UPDATE'.
#define E_DAO_SQLDeleteSyntax DBDAOERR(3130) //Syntax error in DELETE statement.
#define E_DAO_SQLFromSyntax DBDAOERR(3131) //Syntax error in FROM clause.
#define E_DAO_SQLGroupBySyntax DBDAOERR(3132) //Syntax error in GROUP BY clause.
#define E_DAO_SQLHavingSyntax DBDAOERR(3133) //Syntax error in HAVING clause.
#define E_DAO_SQLInsertSyntax DBDAOERR(3134) //Syntax error in INSERT statement.
#define E_DAO_SQLJoinSyntax DBDAOERR(3135) //Syntax error in JOIN operation.
#define E_DAO_SQLLevelSyntax DBDAOERR(3136) //Syntax error in LEVEL clause.
#define E_DAO_SQLMissingSemicolon DBDAOERR(3137) //Missing semicolon (;) at end of SQL statement.
#define E_DAO_SQLOrderBySyntax DBDAOERR(3138) //Syntax error in ORDER BY clause.
#define E_DAO_SQLParameterSyntax DBDAOERR(3139) //Syntax error in PARAMETER clause.
#define E_DAO_SQLProcedureSyntax DBDAOERR(3140) //Syntax error in PROCEDURE clause.
#define E_DAO_SQLSelectSyntax DBDAOERR(3141) //Syntax error in SELECT statement.
#define E_DAO_SQLTooManyTokens DBDAOERR(3142) //Characters found after end of SQL statement.
#define E_DAO_SQLTransformSyntax DBDAOERR(3143) //Syntax error in TRANSFORM statement.
#define E_DAO_SQLUpdateSyntax DBDAOERR(3144) //Syntax error in UPDATE statement.
#define E_DAO_SQLWhereSyntax DBDAOERR(3145) //Syntax error in WHERE clause.
#define E_DAO_RmtSQLCError DBDAOERR(3146) //ODBC--call failed.
#define E_DAO_RmtDataOverflow DBDAOERR(3147) //*
#define E_DAO_RmtConnectFailed DBDAOERR(3148) //*
#define E_DAO_RmtIncorrectSqlcDll DBDAOERR(3149) //*
#define E_DAO_RmtMissingSqlcDll DBDAOERR(3150) //*
#define E_DAO_RmtConnectFailedM DBDAOERR(3151) //ODBC--connection to '|' failed.
#define E_DAO_RmtDrvrVer DBDAOERR(3152) //*
#define E_DAO_RmtSrvrVer DBDAOERR(3153) //*
#define E_DAO_RmtMissingOdbcDll DBDAOERR(3154) //ODBC--couldn't find DLL '|'.
#define E_DAO_RmtInsertFailedM DBDAOERR(3155) //ODBC--insert failed on attached (linked) table '|'.
#define E_DAO_RmtDeleteFailedM DBDAOERR(3156) //ODBC--delete failed on attached (linked) table '|'.
#define E_DAO_RmtUpdateFailedM DBDAOERR(3157) //ODBC--update failed on attached (linked) table '|'.
#define E_DAO_RecordLocked DBDAOERR(3158) //Couldn't save record; currently locked by another user.
#define E_DAO_InvalidBookmark DBDAOERR(3159) //Not a valid bookmark.
#define E_DAO_TableNotOpen DBDAOERR(3160) //Table isn't open.
#define E_DAO_DecryptFail DBDAOERR(3161) //Couldn't decrypt file.
#define E_DAO_NullInvalid DBDAOERR(3162) //Null is invalid.
#define E_DAO_InvalidBufferSize DBDAOERR(3163) //Couldn't perform operation; data too long for field.
#define E_DAO_ColumnNotUpdatable DBDAOERR(3164) //Field can't be updated.
#define E_DAO_CantMakeINFFile DBDAOERR(3165) //Couldn't open .INF file.
#define E_DAO_MissingMemoFile DBDAOERR(3166) //Missing memo file.
#define E_DAO_RecordDeleted DBDAOERR(3167) //Record is deleted.
#define E_DAO_INFFileError DBDAOERR(3168) //Invalid .INF file.
#define E_DAO_ExprIllegalType DBDAOERR(3169) //Illegal type in expression.
#define E_DAO_InstalIsamNotFound DBDAOERR(3170) //Couldn't find installable ISAM.
#define E_DAO_NoConfigParameters DBDAOERR(3171) //Couldn't find net path or user name.
#define E_DAO_CantAccessPdoxNetDir DBDAOERR(3172) //Couldn't open PARADOX.NET.
#define E_DAO_NoMSysAccounts DBDAOERR(3173) //Couldn't open table 'MSysAccounts' in the system database file.
#define E_DAO_NoMSysGroups DBDAOERR(3174) //Couldn't open table 'MSysGroups' in the system database file.
#define E_DAO_DateOutOfRange DBDAOERR(3175) //Date is out of range or is in an invalid format.
#define E_DAO_ImexCantOpenFile DBDAOERR(3176) //Couldn't open file '|'.
#define E_DAO_ImexBadTableName DBDAOERR(3177) //Not a valid table name.
#define E_DAO_ImexOutOfMemory DBDAOERR(3178) //*
#define E_DAO_ImexEndofFile DBDAOERR(3179) //Encountered unexpected end of file.
#define E_DAO_ImexCantWriteToFile DBDAOERR(3180) //Couldn't write to file '|'.
#define E_DAO_ImexBadRange DBDAOERR(3181) //Invalid range.
#define E_DAO_ImexBogusFile DBDAOERR(3182) //Invalid file format.
#define E_DAO_TempDiskFull DBDAOERR(3183) //Not enough space on temporary disk.
#define E_DAO_RmtLinkNotFound DBDAOERR(3184) //Couldn't execute query; couldn't find attached, or linked, table.
#define E_DAO_RmtTooManyColumns DBDAOERR(3185) //SELECT INTO remote database tried to produce too many fields.
#define E_DAO_ReadConflictM DBDAOERR(3186) //Couldn't save; currently locked by user '|2' on machine '|1'.
#define E_DAO_CommitConflictM DBDAOERR(3187) //Couldn't read; currently locked by user '|2' on machine '|1'.
#define E_DAO_SessionWriteConflict DBDAOERR(3188) //Couldn't update; currently locked by another session on this machine.
#define E_DAO_JetSpecialTableLocked DBDAOERR(3189) //Table '|1' is exclusively locked by user '|3' on machine '|2'.
#define E_DAO_TooManyColumns DBDAOERR(3190) //Too many fields defined.
#define E_DAO_ColumnDuplicate DBDAOERR(3191) //Can't define field more than once.
#define E_DAO_OutputTableNotFound DBDAOERR(3192) //Couldn't find output table '|'.
#define E_DAO_JetNoUserName DBDAOERR(3193) //(unknown)
#define E_DAO_JetNoMachineName DBDAOERR(3194) //(unknown)
#define E_DAO_JetNoColumnName DBDAOERR(3195) //(expression)
#define E_DAO_DatabaseInUse DBDAOERR(3196) //Couldn't use '|'; database already in use.
#define E_DAO_DataHasChanged DBDAOERR(3197) //Data has changed; operation stopped.
#define E_DAO_TooManySessions DBDAOERR(3198) //Couldn't start session. Too many sessions already active.
#define E_DAO_ReferenceNotFound DBDAOERR(3199) //Couldn't find reference.
#define E_DAO_IntegrityViolMasterM DBDAOERR(3200) //Can't delete or change record. Since related records exist in table '|', referential integrity rules would be violated.
#define E_DAO_IntegrityViolSlaveM DBDAOERR(3201) //Can't add or change record. Referential integrity rules require a related record in table '|'.
#define E_DAO_ReadConflict DBDAOERR(3202) //Couldn't save; currently locked by another user.
#define E_DAO_AggregatingHigherLevel DBDAOERR(3203) //Can't specify subquery in expression (|).
#define E_DAO_DatabaseDuplicate DBDAOERR(3204) //Database already exists.
#define E_DAO_QueryTooManyXvtColumn DBDAOERR(3205) //Too many crosstab column headers (|).
#define E_DAO_SelfReference DBDAOERR(3206) //Can't create a relationship between a field and itself.
#define E_DAO_CantUseUnkeyedTable DBDAOERR(3207) //Operation not supported on Paradox table with no primary key.
#define E_DAO_IllegalDeletedOption DBDAOERR(3208) //Invalid Deleted entry in the Xbase section of initialization setting.
#define E_DAO_IllegalStatsOption DBDAOERR(3209) //Invalid Stats entry in the Xbase section of initialization setting.
#define E_DAO_ConnStrTooLong DBDAOERR(3210) //Connection string too long.
#define E_DAO_TableInUseQM DBDAOERR(3211) //Couldn't lock table '|'; currently in use.
#define E_DAO_JetSpecialTableInUse DBDAOERR(3212) //Couldn't lock table '|1'; currently in use by user '|3' on machine '|2'.
#define E_DAO_IllegalDateOption DBDAOERR(3213) //Invalid Date entry in the Xbase section of initialization setting.
#define E_DAO_IllegalMarkOption DBDAOERR(3214) //Invalid Mark entry in the Xbase section of initialization setting.
#define E_DAO_BtrieveTooManyTasks DBDAOERR(3215) //Too many Btrieve tasks.
#define E_DAO_QueryParmNotTableid DBDAOERR(3216) //Parameter '|' specified where a table name is required.
#define E_DAO_QueryParmNotDatabase DBDAOERR(3217) //Parameter '|' specified where a database name is required.
#define E_DAO_WriteConflict DBDAOERR(3218) //Couldn't update; currently locked.
#define E_DAO_IllegalOperation DBDAOERR(3219) //Invalid operation.
#define E_DAO_WrongCollatingSequence DBDAOERR(3220) //Incorrect collating sequence.
#define E_DAO_BadConfigParameters DBDAOERR(3221) //Invalid entries in the Btrieve section of initialization setting.
#define E_DAO_QueryContainsDbParm DBDAOERR(3222) //Query can't contain a Database parameter.
#define E_DAO_QueryInvalidParmM DBDAOERR(3223) //'|' isn't a valid parameter name.
#define E_DAO_BtrieveDDCorrupted DBDAOERR(3224) //Can't read Btrieve data dictionary.
#define E_DAO_BtrieveDeadlock DBDAOERR(3225) //Encountered record locking deadlock while performing Btrieve operation.
#define E_DAO_BtrieveFailure DBDAOERR(3226) //Errors encountered while using the Btrieve DLL.
#define E_DAO_IllegalCenturyOption DBDAOERR(3227) //Invalid Century entry in the Xbase section of initialization setting.
#define E_DAO_IllegalCollatingSeq DBDAOERR(3228) //Invalid Collating Sequence.
#define E_DAO_NonModifiableKey DBDAOERR(3229) //Btrieve--can't change field.
#define E_DAO_ObsoleteLockFile DBDAOERR(3230) //Out-of-date Paradox lock file.
#define E_DAO_RmtColDataTruncated DBDAOERR(3231) //ODBC--field would be too long; data truncated.
#define E_DAO_RmtCreateTableFailed DBDAOERR(3232) //ODBC--couldn't create table.
#define E_DAO_RmtOdbcVer DBDAOERR(3233) //*
#define E_DAO_RmtQueryTimeout DBDAOERR(3234) //ODBC--remote query timeout expired.
#define E_DAO_RmtTypeIncompat DBDAOERR(3235) //ODBC--data type not supported on server.
#define E_DAO_RmtUnexpectedNull DBDAOERR(3236) //*
#define E_DAO_RmtUnexpectedType DBDAOERR(3237) //*
#define E_DAO_RmtValueOutOfRange DBDAOERR(3238) //ODBC--data out of range.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -