UL Ext.: Enumerates the SQL codes that may be reported by UltraLite.NET.
Visual Basic Public Enum ULSQLCode
C# public enum ULSQLCode
Member name | Description | Value |
---|---|---|
SQLE_AGGREGATES_NOT_ALLOWED |
-150 | |
SQLE_ALIAS_NOT_UNIQUE |
-830 | |
SQLE_ALIAS_NOT_YET_DEFINED |
See Definition for alias '%1' must appear before its first reference. |
-831 |
SQLE_AMBIGUOUS_INDEX_NAME |
-678 | |
SQLE_ARGUMENT_CANNOT_BE_NULL |
-90 | |
SQLE_BAD_ENCRYPTION_KEY |
-840 | |
SQLE_BAD_PARAM_INDEX |
-689 | |
SQLE_CANNOT_ACCESS_FILE |
-602 | |
SQLE_CANNOT_ACCESS_FILESYSTEM |
-1108 | |
SQLE_CANNOT_ACCESS_SCHEMA_FILE |
-951 | |
SQLE_CANNOT_CHANGE_ML_REMOTE_ID |
See Cannot change the MobiLink remote id when the status of the last upload is unknown. |
-1118 |
SQLE_CANNOT_EXECUTE_STMT |
111 | |
SQLE_CANNOT_MODIFY |
-191 | |
SQLE_CANNOT_OPEN_LOG |
-106 | |
SQLE_CANNOT_REGISTER_LISTENER |
-992 | |
SQLE_CLIENT_OUT_OF_MEMORY |
See Client out of memory. |
-876 |
SQLE_COLUMN_AMBIGUOUS |
See Column '%1' found in more than one table -- need a correlation name. |
-144 |
SQLE_COLUMN_CANNOT_BE_NULL |
-195 | |
SQLE_COLUMN_IN_INDEX |
-127 | |
SQLE_COLUMN_NOT_FOUND |
-143 | |
SQLE_COLUMN_NOT_INDEXED |
See Column '%1' not part of any indexes in its containing table. |
-1101 |
SQLE_COLUMN_NOT_STREAMABLE |
See The operation failed because column '%1''s type does not support streaming. |
-1100 |
SQLE_COMMUNICATIONS_ERROR |
See Communication error. |
-85 |
SQLE_CONNECTION_ALREADY_EXISTS |
-955 | |
SQLE_CONNECTION_NOT_FOUND |
See Connection not found. |
-108 |
SQLE_CONNECTION_RESTORED |
133 | |
SQLE_CONSTRAINT_NOT_FOUND |
-929 | |
SQLE_CONVERSION_ERROR |
-157 | |
SQLE_CORRUPT_ULTRALITE_DATABASE |
-1186 | |
SQLE_CORRUPT_ULTRALITE_INDEX |
See Index validation failed for table %1, index %2 with code: %3. |
-1185 |
SQLE_COULD_NOT_FIND_FUNCTION |
-621 | |
SQLE_COULD_NOT_LOAD_LIBRARY |
-620 | |
SQLE_CURSOR_ALREADY_OPEN |
See Cursor already open. |
-172 |
SQLE_CURSOR_NOT_DECLARED |
-170 | |
SQLE_CURSOR_NOT_OPEN |
See Cursor not open. |
-180 |
SQLE_CURSOR_RESTORED |
134 | |
SQLE_CURSOROP_NOT_ALLOWED |
-187 | |
SQLE_DATABASE_ERROR |
-301 | |
SQLE_DATABASE_NAME_REQUIRED |
-87 | |
SQLE_DATABASE_NOT_CREATED |
-645 | |
SQLE_DATABASE_STATE_RESTORED |
142 | |
SQLE_DATATYPE_NOT_ALLOWED |
-624 | |
SQLE_DBSPACE_FULL |
-604 | |
SQLE_DESCRIBE_NONSELECT |
-160 | |
SQLE_DEVICE_ERROR |
-305 | |
SQLE_DEVICE_IO_FAILED |
-974 | |
SQLE_DIV_ZERO_ERROR |
See Division by zero. |
-628 |
SQLE_DOWNLOAD_CONFLICT |
See Download failed because of conflicts with existing rows. |
-839 |
SQLE_DOWNLOAD_RESTART_FAILED |
See Unable to retry download because upload is not finished. |
-1102 |
SQLE_DROP_DATABASE_FAILED |
-651 | |
SQLE_DUPLICATE_CURSOR_NAME |
-683 | |
SQLE_DUPLICATE_FOREIGN_KEY |
See Foreign key '%1' for table '%2' duplicates an existing foreign key. |
-251 |
SQLE_DUPLICATE_OPTION |
139 | |
SQLE_DYNAMIC_MEMORY_EXHAUSTED |
-78 | |
SQLE_ENCRYPTION_INITIALIZATION_FAILED |
-984 | |
SQLE_ENCRYPTION_NOT_ENABLED |
-1143 | |
SQLE_ENCRYPTION_NOT_ENABLED_WARNING |
140 | |
SQLE_ENGINE_ALREADY_RUNNING |
-96 | |
SQLE_ERROR |
-300 | |
SQLE_ERROR_CALLING_FUNCTION |
-622 | |
SQLE_ERROR_IN_ASSIGNMENT |
See Error in assignment. |
-641 |
SQLE_EXPRESSION_ERROR |
-156 | |
SQLE_FEATURE_NOT_ENABLED |
See The method you attempted to invoke was not enabled for your application. |
-1092 |
SQLE_FILE_BAD_DB |
See Unable to start specified database: '%1' is not a valid database file. |
-1006 |
SQLE_FILE_IN_USE |
-816 | |
SQLE_FILE_NOT_DB |
See Unable to start specified database: '%1' is not a database. |
-1004 |
SQLE_FILE_VOLUME_NOT_FOUND |
See Specified file system volume not found for database '%1'. |
-1112 |
SQLE_FILE_WRONG_VERSION |
See Unable to start specified database: '%1' was created by a different version of the software. |
-1005 |
SQLE_FOREIGN_KEY_NAME_NOT_FOUND |
-145 | |
SQLE_IDENTIFIER_TOO_LONG |
-250 | |
SQLE_INCORRECT_VOLUME_ID |
-975 | |
SQLE_INDEX_NAME_NOT_UNIQUE |
-111 | |
SQLE_INDEX_NOT_FOUND |
-183 | |
SQLE_INDEX_NOT_UNIQUE |
-196 | |
SQLE_INTERRUPTED |
-299 | |
SQLE_INVALID_CONSTRAINT_REF |
-937 | |
SQLE_INVALID_DESCRIPTOR_INDEX |
-640 | |
SQLE_INVALID_DESCRIPTOR_NAME |
-642 | |
SQLE_INVALID_DISTINCT_AGGREGATE |
See Grouped query contains more than one distinct aggregate function. |
-863 |
SQLE_INVALID_FOREIGN_KEY |
See No primary key value for foreign key '%1' in table '%2'. |
-194 |
SQLE_INVALID_FOREIGN_KEY_DEF |
See Column '%1' in foreign key has a different definition than primary key. |
-113 |
SQLE_INVALID_GROUP_SELECT |
See Function or column reference to '%1' must also appear in a GROUP BY. |
-149 |
SQLE_INVALID_INDEX_TYPE |
-650 | |
SQLE_INVALID_LOGON |
-103 | |
SQLE_INVALID_OPTION |
-200 | |
SQLE_INVALID_OPTION_SETTING |
-201 | |
SQLE_INVALID_OPTION_VALUE |
-1053 | |
SQLE_INVALID_ORDER |
-152 | |
SQLE_INVALID_PARAMETER |
See Invalid parameter. |
-735 |
SQLE_INVALID_PARSE_PARAMETER |
See Parse error: %1. |
-95 |
SQLE_INVALID_SQL_IDENTIFIER |
-760 | |
SQLE_INVALID_STATEMENT |
See Invalid statement. |
-130 |
SQLE_INVALID_UNION |
See Select lists in UNION, INTERSECT, or EXCEPT do not match in length. |
-153 |
SQLE_KEYLESS_ENCRYPTION |
See Unable to perform requested operation since this database uses keyless encryption. |
-1109 |
SQLE_LOCKED |
-210 | |
SQLE_MAX_ROW_SIZE_EXCEEDED |
-1132 | |
SQLE_MEMORY_ERROR |
-309 | |
SQLE_METHOD_CANNOT_BE_CALLED |
-669 | |
SQLE_MIRROR_FILE_MISMATCH |
-1138 | |
SQLE_NAME_NOT_UNIQUE |
-110 | |
SQLE_NO_COLUMN_NAME |
-163 | |
SQLE_NO_CURRENT_ROW |
-197 | |
SQLE_NO_INDICATOR |
-181 | |
SQLE_NO_MATCHING_SELECT_ITEM |
See The select list for the derived table '%1' has no expression to match '%2'. |
-812 |
SQLE_NO_PRIMARY_KEY |
-118 | |
SQLE_NOERROR |
SQLE_NOERROR(0) - This code indicates that there was no error or warning. |
0 |
SQLE_NON_UPDATEABLE_COLUMN |
-190 | |
SQLE_NON_UPDATEABLE_CURSOR |
See FOR UPDATE has been incorrectly specified for a READ ONLY cursor. |
-813 |
SQLE_NOT_IMPLEMENTED |
-134 | |
SQLE_NOT_SUPPORTED_IN_ULTRALITE |
-749 | |
SQLE_NOTFOUND |
See Row not found. |
100 |
SQLE_ONLY_ONE_TABLE |
-199 | |
SQLE_OVERFLOW_ERROR |
-158 | |
SQLE_PAGE_SIZE_INVALID |
-644 | |
SQLE_PARTIAL_DOWNLOAD_NOT_FOUND |
-1103 | |
SQLE_PASSTHROUGH_SQL_SCRIPT_FAILED_E |
-1238 | |
SQLE_PASSTHROUGH_SQL_SCRIPT_FAILED_W |
141 | |
SQLE_PERMISSION_DENIED |
-121 | |
SQLE_PRIMARY_KEY_NOT_UNIQUE |
See Primary key for table '%1' is not unique : Primary key value ('%2'). |
-193 |
SQLE_PRIMARY_KEY_TWICE |
-126 | |
SQLE_PRIMARY_KEY_VALUE_REF |
See Primary key for row in table '%1' is referenced by foreign key '%2' in table '%3'. |
-198 |
SQLE_PUBLICATION_NOT_FOUND |
-280 | |
SQLE_PUBLICATION_PREDICATE_IGNORED |
138 | |
SQLE_RESOURCE_GOVERNOR_EXCEEDED |
-685 | |
SQLE_ROW_DELETED_TO_MAINTAIN_REFERENTIAL_INTEGRITY |
See Row was dropped from table %1 to maintain referential integrity. |
137 |
SQLE_ROW_DROPPED_DURING_SCHEMA_UPGRADE |
See A row was dropped because it could not be converted to the new schema format. |
130 |
SQLE_ROW_EXCEEDS_PAGE_SIZE |
See A row cannot be stored because it exceeds the database page size. |
-1117 |
SQLE_ROW_UPDATED_SINCE_READ |
-208 | |
SQLE_SCHEMA_UPGRADE_NOT_ALLOWED |
-953 | |
SQLE_SERVER_SYNCHRONIZATION_ERROR |
See Synchronization failed due to an error on the server: %1. |
-857 |
SQLE_START_STOP_DATABASE_DENIED |
-75 | |
SQLE_STATEMENT_ERROR |
See SQL statement error. |
-132 |
SQLE_STRING_RIGHT_TRUNCATION |
-638 | |
SQLE_SUBQUERY_RESULT_NOT_UNIQUE |
-186 | |
SQLE_SUBQUERY_SELECT_LIST |
-151 | |
SQLE_SYNC_INFO_INVALID |
See Information for synchronization is incomplete or invalid, check '%1'. |
-956 |
SQLE_SYNC_INFO_REQUIRED |
-1111 | |
SQLE_SYNC_NOT_REENTRANT |
See Synchronization process was unable to re-enter synchronization. |
-1110 |
SQLE_SYNC_PROFILE_INVALID |
See Synchronization profile '%1' has invalid parameter '%2'. |
-1224 |
SQLE_SYNC_PROFILE_NOT_FOUND |
-1217 | |
SQLE_SYNC_STATUS_UNKNOWN |
See The status of the last synchronization upload is unknown. |
-952 |
SQLE_SYNTAX_ERROR |
-131 | |
SQLE_TABLE_ALREADY_INCLUDED |
-822 | |
SQLE_TABLE_HAS_PUBLICATIONS |
-281 | |
SQLE_TABLE_IN_USE |
See Table in use. |
-214 |
SQLE_TABLE_NOT_FOUND |
See Table '%1' not found. |
-141 |
SQLE_TOO_MANY_BLOB_REFS |
-1107 | |
SQLE_TOO_MANY_CONNECTIONS |
-102 | |
SQLE_TOO_MANY_CURSORS |
-1230 | |
SQLE_TOO_MANY_PUBLICATIONS |
-1106 | |
SQLE_TOO_MANY_TEMP_TABLES |
-817 | |
SQLE_TOO_MANY_USERS |
-1104 | |
SQLE_TRUNCATED |
See Value truncated. |
101 |
SQLE_ULTRALITE_DATABASE_NOT_FOUND |
-954 | |
SQLE_ULTRALITE_OBJ_CLOSED |
-908 | |
SQLE_UNABLE_TO_CONNECT |
-105 | |
SQLE_UNABLE_TO_START_DATABASE |
-82 | |
SQLE_UNABLE_TO_START_DATABASE_VER_NEWER |
See Unable to start specified database: Server must be upgraded to start database %1. |
-934 |
SQLE_UNKNOWN_FUNC |
-148 | |
SQLE_UNKNOWN_OPTION |
120 | |
SQLE_UNKNOWN_USERID |
-140 | |
SQLE_UNRECOGNIZED_OPTION |
-1002 | |
SQLE_UPLOAD_FAILED_AT_SERVER |
-794 | |
SQLE_VALUE_IS_NULL |
-1050 | |
SQLE_VARIABLE_INVALID |
-155 | |
SQLE_WRONG_NUM_OF_INSERT_COLS |
-207 | |
SQLE_WRONG_PARAMETER_COUNT |
-154 |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |