Tema: Excepciones
Ver Mensaje Individual
  #4  
Antiguo 06-08-2005
Avatar de Lepe
[Lepe] Lepe is offline
Miembro Premium
 
Registrado: may 2003
Posts: 7.424
Reputación: 28
Lepe Va por buen camino
Código:
Optional parameter related 

 11521 : $2D01 : Optional parameter is required.
 11522 : $2D02 : Invalid optional parameter.

Query related 

 11777 : $2E01 : obsolete
 11778 : $2E02 : obsolete
 11779 : $2E03 : Ambiguous use of ! (inclusion operator).
 11780 : $2E04 : obsolete
 11781 : $2E05 : obsolete
 11782 : $2E06 : A SET operation cannot be included in its own 
                 grouping.
 11783 : $2E07 : Only numeric and date/time fields can be 
                 averaged.
 11784 : $2E08 : Invalid expression.
 11785 : $2E09 : Invalid OR expression.
 11786 : $2E0A : obsolete
 11787 : $2E0B : bitmap
 11788 : $2E0C : CALC expression cannot be used in INSERT, 
                 DELETE, CHANGETO and SET rows.
 11789 : $2E0D : Type error in CALC expression.
 11790 : $2E0E : CHANGETO can be used in only one query form at 
                 a time.
 11791 : $2E0F : Cannot modify CHANGED table.
 11792 : $2E10 : A field can contain only one CHANGETO 
                 expression.
 11793 : $2E11 : A field cannot contain more than one 
                 expression to be inserted.
 11794 : $2E12 : obsolete
 11795 : $2E13 : CHANGETO must be followed by the new value 
                 for the field.
 11796 : $2E14 : Checkmark or CALC expressions cannot be used 
                 in FIND queries.
 11797 : $2E15 : Cannot perform operation on CHANGED table 
                 together with a CHANGETO query.
 11798 : $2E16 : chunk
 11799 : $2E17 : More than 255 fields in ANSWER table.
 11800 : $2E18 : AS must be followed by the name for the field 
                 in the ANSWER table.
 11801 : $2E19 : DELETE can be used in only one query form at 
                 a time.
 11802 : $2E1A : Cannot perform operation on DELETED table 
                 together with a DELETE query.
 11803 : $2E1B : Cannot delete from the DELETED table.
 11804 : $2E1C : Example element is used in two fields with 
                 incompatible types or with a BLOB.
 11805 : $2E1D : Cannot use example elements in an OR 
                 expression.
 11806 : $2E1E : Expression in this field has the wrong type.
 11807 : $2E1F : Extra comma found.
 11808 : $2E20 : Extra OR found.
 11809 : $2E21 : One or more query rows do not contribute to 
                 the ANSWER.
 11810 : $2E22 : FIND can be used in only one query form at a 
                 time.
 11811 : $2E23 : FIND cannot be used with the ANSWER table.
 11812 : $2E24 : A row with GROUPBY must contain SET 
                 operations.
 11813 : $2E25 : GROUPBY can be used only in SET rows.
 11814 : $2E26 : Use only INSERT, DELETE, SET or FIND in 
                 leftmost column.
 11815 : $2E27 : Use only one INSERT, DELETE, SET or FIND per 
                 line.
 11816 : $2E28 : Syntax error in expression.
 11817 : $2E29 : INSERT can be used in only one query form at 
                 a time.
 11818 : $2E2A : Cannot perform operation on INSERTED table 
                 together with an INSERT query.
 11819 : $2E2B : INSERT, DELETE, CHANGETO and SET rows may not 
                 be checked.
 11820 : $2E2C : Field must contain an expression to insert 
                 (or be blank).
 11821 : $2E2D : Cannot insert into the INSERTED table.
 11822 : $2E2E : Variable is an array and cannot be accessed.
 11823 : $2E2F : Label
 11824 : $2E30 : Rows of example elements in CALC expression 
                 must be linked.
 11825 : $2E31 : Variable name is too long.
 11826 : $2E32 : Query may take a long time to process.
 11827 : $2E33 : Reserved word or one that can't be used as a 
                 variable name.
 11828 : $2E34 : Missing comma.
 11829 : $2E35 : Missing ).
 11830 : $2E36 : Missing right quote.
 11831 : $2E37 : Cannot specify duplicate column names.
 11832 : $2E38 : Query has no checked fields.
 11833 : $2E39 : Example element has no defining occurrence.
 11834 : $2E3A : No grouping is defined for SET operation.
 11835 : $2E3B : Query makes no sense.
 11836 : $2E3C : Cannot use patterns in this context.
 11837 : $2E3D : Date does not exist.
 11838 : $2E3E : Variable has not been assigned a value.
 11839 : $2E3F : Invalid use of example element in summary 
                 expression.
 11840 : $2E40 : Incomplete query statement. Query only 
                 contains a SET definition.
 11841 : $2E41 : Example element with ! makes no sense in 
                 expression.
 11842 : $2E42 : Example element cannot be used more than twice 
                 with a ! query.
 11843 : $2E43 : Row cannot contain expression.
 11844 : $2E44 : obsolete
 11845 : $2E45 : obsolete
 11846 : $2E46 : No permission to insert or delete records.
 11847 : $2E47 : No permission to modify field.
 11848 : $2E48 : Field not found in table.
 11849 : $2E49 : Expecting a column separator in table header.
 11850 : $2E4A : Expecting a column separator in table.
 11851 : $2E4B : Expecting column name in table.
 11852 : $2E4C : Expecting table name.
 11853 : $2E4D : Expecting consistent number of columns in all 
                 rows of table.
 11854 : $2E4E : Cannot open table.
 11855 : $2E4F : Field appears more than once in table.
 11856 : $2E50 : This DELETE, CHANGE or INSERT query has no 
                 ANSWER.
 11857 : $2E51 : Query is not prepared. Properties unknown.
 11858 : $2E52 : DELETE rows cannot contain quantifier 
                 expression.
 11859 : $2E53 : Invalid expression in INSERT row.
 11860 : $2E54 : Invalid expression in INSERT row.
 11861 : $2E55 : Invalid expression in SET definition.
 11862 : $2E56 : row use
 11863 : $2E57 : SET keyword expected.
 11864 : $2E58 : Ambiguous use of example element.
 11865 : $2E59 : obsolete
 11866 : $2E5A : obsolete
 11867 : $2E5B : Only numeric fields can be summed.
 11868 : $2E5C : Table is write protected.
 11869 : $2E5D : Token not found.
 11870 : $2E5E : Cannot use example element with ! more than 
                 once in a single row.
 11871 : $2E5F : Type mismatch in expression.
 11872 : $2E60 : Query appears to ask two unrelated questions.
 11873 : $2E61 : Unused SET row.
 11874 : $2E62 : INSERT, DELETE, FIND, and SET can be used only 
                 in the leftmost column.
 11875 : $2E63 : CHANGETO cannot be used with INSERT, DELETE, 
                 SET or FIND.
 11876 : $2E64 : Expression must be followed by an example 
                 element defined in a SET.
 11877 : $2E65 : Lock failure.
 11878 : $2E66 : Expression is too long.
 11879 : $2E67 : Refresh exception during query.
 11880 : $2E68 : Query canceled.
 11881 : $2E69 : Unexpected Database Engine error.
 11882 : $2E6A : Not enough memory to finish operation.
 11883 : $2E6B : Unexpected exception.
 11884 : $2E6C : Feature not implemented yet in query.
 11885 : $2E6D : Query format is not supported.
 11886 : $2E6E : Query string is empty.
 11887 : $2E6F : Attempted to prepare an empty query.
 11888 : $2E70 : Buffer too small to contain query string.
 11889 : $2E71 : Query was not previously parsed or prepared.
 11890 : $2E72 : Function called with bad query handle.
 11891 : $2E73 : QBE syntax error.
 11892 : $2E74 : Query extended syntax field count error.
 11893 : $2E75 : Field name in sort or field clause not found.
 11894 : $2E76 : Table name in sort or field clause not found.
 11895 : $2E77 : Operation is not supported on BLOB fields.
 11896 : $2E78 : General BLOB error.
 11897 : $2E79 : Query must be restarted.
 11898 : $2E7A : Unknown answer table type.
 11926 : $2E96 : Blob cannot be used as grouping field.
 11927 : $2E97 : Query properties have not been fetched.
 11928 : $2E98 : Answer table is of unsuitable type.
 11929 : $2E99 : Answer table is not yet supported under server 
                 alias.
 11930 : $2E9A : Non-null blob field required. Can't insert 
                 records
 11931 : $2E9B : Unique index required to perform changeto
 11932 : $2E9C : Unique index required to delete records
 11933 : $2E9D : Update of table on the server failed.
 11934 : $2E9E : Can't process this query remotely.
 11935 : $2E9F : Unexpected end of command.
 11936 : $2EA0 : Parameter not set in query string.
 11937 : $2EA1 : Query string is too long.
 11946 : $2EAA : No such table or correlation name.
 11947 : $2EAB : Expression has ambiguous data type.
 11948 : $2EAC : Field in order by must be in result set.
 11949 : $2EAD : General parsing error.
 11950 : $2EAE : Record or field constraint failed.
 11951 : $2EAF : When GROUP BY exists, every simple field in 
                 projectors must be in GROUP BY.
 11952 : $2EB0 : User defined function is not defined.
 11953 : $2EB1 : Unknown error from User defined function.
 11954 : $2EB2 : Single row subquery produced more than one row.
 11955 : $2EB3 : Expressions in group by are not supported.
 11956 : $2EB4 : Queries on text or ascii tables is not supported.
 11957 : $2EB5 : ANSI join keywords USING and NATURAL are not 
                 supported in this release.
 11958 : $2EB6 : SELECT DISTINCT may not be used with UNION 
                 unless UNION ALL is used.
 11959 : $2EB7 : GROUP BY is required when both aggregate and 
                 non-aggregate fields are used in result set.
 11960 : $2EB8 : INSERT and UPDATE operations are not supported 
                 on autoincrement field type.
 11961 : $2EB9 : UPDATE on Primary Key of a Master Table may 
                 modify more than one record.
 11962 : $2EBA : Queries on MS ACCESS tables are not supported 
                 by local query engines.
 11963 : $2EBB : Preparation of field-level constraint failed.
 11964 : $2EBC : Preparation of field default failed.
 11965 : $2EBD : Preparation of record-level constraint failed.
 11972 : $2EC4 : Constraint Failed.  Expression: 

Version Mismatch Category 

 12033 : $2F01 : Interface mismatch. Engine version different.
 12034 : $2F02 : Index is out of date.
 12035 : $2F03 : Older version (see context).
 12036 : $2F04 : .VAL file is out of date.
 12037 : $2F05 : BLOB file version is too old.
 12038 : $2F06 : Query and Engine DLLs are mismatched.
 12039 : $2F07 : Server is incompatible version.
 12040 : $2F08 : Higher table level required

Capability not supported 

 12289 : $3001 : Capability not supported.
 12290 : $3002 : Not implemented yet.
 12291 : $3003 : SQL replicas not supported.
 12292 : $3004 : Non-blob column in table required to perform 
                 operation.
 12293 : $3005 : Multiple connections not supported.
 12294 : $3006 : Full dBASE expressions not supported.
 12295 : $3007 : Nested transactions not supported.

System configuration error 

 12545 : $3101 : Invalid database alias specification.
 12546 : $3102 : Unknown database type.
 12547 : $3103 : Corrupt system configuration file.
 12548 : $3104 : Network type unknown.
 12549 : $3105 : Not on the network.
 12550 : $3106 : Invalid configuration parameter.

Warnings

 12801 : $3201 : Object implicitly dropped.
 12802 : $3202 : Object may be truncated.
 12803 : $3203 : Object implicitly modified.
 12804 : $3204 : Should field constraints be checked?
 12805 : $3205 : Validity check field modified.
 12806 : $3206 : Table level changed.
 12807 : $3207 : Copy linked tables?
 12809 : $3209 : Object implicitly truncated.
 12810 : $320A : Validity check will not be enforced.
 12811 : $320B : Multiple records found, but only one was 
                 expected.
 12812 : $320C : Field will be trimmed, cannot put master 
                 records into PROBLEM table.

Miscellaneous

 13057 : $3301 : File already exists.
 13058 : $3302 : BLOB has been modified.
 13059 : $3303 : General SQL error.
 13060 : $3304 : Table already exists.
 13061 : $3305 : Paradox 1.0 tables are not supported.
 13062 : $3306 : Update aborted.

Compatibility related 

 13313 : $3401 : Different sort order.
 13314 : $3402 : Directory in use by earlier version of 
                 Paradox.
 13315 : $3403 : Needs Paradox 3.5-compatible language driver.

Data Repository related 

 13569 : $3501 : Data Dictionary is corrupt
 13570 : $3502 : Data Dictionary Info Blob corrupted
 13571 : $3503 : Data Dictionary Schema is corrupt
 13572 : $3504 : Attribute Type exists
 13573 : $3505 : Invalid Object Type
 13574 : $3506 : Invalid Relation Type
 13575 : $3507 : View already exists
 13576 : $3508 : No such View exists
 13577 : $3509 : Invalid Record Constraint
 13578 : $350A : Object is in a Logical DB
 13579 : $350B : Dictionary already exists
 13580 : $350C : Dictionary does not exist
 13581 : $350D : Dictionary database does not exist
 13582 : $350E : Dictionary info is out of date - needs Refresh
 13584 : $3510 : Invalid Dictionary Name
 13585 : $3511 : Dependent Objects exist
 13586 : $3512 : Too many Relationships for this Object Type
 13587 : $3513 : Relationships to the Object exist
 13588 : $3514 : Dictionary Exchange File is corrupt
 13589 : $3515 : Dictionary Exchange File Version mismatch
 13590 : $3516 : Dictionary Object Type Mismatch
 13591 : $3517 : Object exists in Target Dictionary
 13592 : $3518 : Cannot access Data Dictionary
 13593 : $3519 : Cannot create Data Dictionary
 13594 : $351A : Cannot open Database

Driver related 

 15873 : $3E01 : Wrong driver name.
 15874 : $3E02 : Wrong system version.
 15875 : $3E03 : Wrong driver version.
 15876 : $3E04 : Wrong driver type.
 15877 : $3E05 : Cannot load driver.
 15878 : $3E06 : Cannot load language driver.
 15879 : $3E07 : Vendor initialization failed.
 15880 : $3E08 : Your application is not enabled for use with 
                 this driver
He dicho.
__________________
Si usted entendió mi comentario, contácteme y gustosamente,
se lo volveré a explicar hasta que no lo entienda, Gracias.
Responder Con Cita