Messages on this page are sorted by SQLSTATE. Locate the appropriate code in the table below, and click the link for a full description of the message.
| SQL State | Msg Type | Number | SQL Code | Message | Possible Cause |
|---|---|---|---|---|---|
| QDB33 | Error | 20793 | -1000133L | "During the LOAD into table '%2', the LOAD statement's column count (%3) must be between 1 and %4. Check the LOAD statement's 'load-specification'. %1" | The number of columns you are trying to insert to is not consistent with the number of columns specified in the LOAD statement's 'load-specification'. You must specify by name each column you are attempting to insert to via the LOAD statement. Click here for a list of possible parameters and odbc states. |
| QDB34 | Error | 20794 | -1000134L | "Column '%2' is being inserted into twice by this INSERT command. %1" | The specified column was listed twice in the insert command. Click here for a list of possible parameters and odbc states. |
| QDB35 | Error | 20795 | -1000135L | "Cannot open the existence list for table '%2'. %1" | This is an internal error. If this error occurs, it should be reported to Sybase. Click here for a list of possible parameters and odbc states. |
| QDB36 | Error | 20796 | -1000136L | "A mismatch exists between the existence bitmaps in the insert object. %1" | This is an internal error. If this error occurs, it should be reported to Sybase. Click here for a list of possible parameters and odbc states. |
| QDB37 | Error | 20797 | -1000137L | "While inserting, table '%2' already had a Complete started. %1" | This is an internal error. If this error occurs, it should be reported to Sybase. Click here for a list of possible parameters and odbc states. |
| QDB38 | Error | 20798 | -1000138L | "A data conversion error has occurred while loading record %2. This error should be reported to Sybase. %1" | A data conversion error occurred during an insert. The input datatype cannot converted to the datatype of the data's destination field. This error should be reported to Sybase. Diagnostic information has been output to the iqmsg file. Click here for a list of possible parameters and odbc states. |
| QDB39 | Error | 20799 | -1000139L | "You cannot insert into table '%2' past the original end of the table while there are %3 join virtual tables based on it. %1" | This is an internal error. If this error occurs, it should be reported to Sybase. Click here for a list of possible parameters and odbc states. |
| QDB40 | Error | 20800 | -1000140L | "You cannot change column '%2' because it is a 'link' column. %1" | This is an internal error. If this error occurs, it should be reported to Sybase. Click here for a list of possible parameters and odbc states. |
| QDB41 | Error | 20801 | -1000141L | "Column '%2' must be included in the LOAD since it is used in a join. %1" | All columns participating in a join index must be included in the insert. Click here for a list of possible parameters and odbc states. |
| QDB43 | Error | 20803 | -1000143L | "While inserting, table '%2' must be Complete(d) before it can be (re)Prepare(d). %1" | This is an internal error. If this error occurs, it should be reported to Sybase. Click here for a list of possible parameters and odbc states. |
| QDB44 | Error | 20804 | -1000144L | "Cannot insert into table '%2'. Column %3 does not have a name. %1" | This is an internal error. If this error occurs, it should be reported to Sybase. Click here for a list of possible parameters and odbc states. |
| QDB45 | Error | 20805 | -1000145L | "The insert for table '%2' has no insertable columns in the column list. %1" | This is an internal error. If this error occurs, it should be reported to Sybase. Click here for a list of possible parameters and odbc states. |
| QDB46 | Error | 20806 | -1000146L | "Cannot get the index buffer for the column '%2'. %1" | This is an internal error. If this error occurs, it should be reported to Sybase. Click here for a list of possible parameters and odbc states. |
| QDB47 | Error | 20807 | -1000147L | "Table '%2' must be Prepare(d) before inserting. %1" | This is an internal error. If this error occurs, it should be reported to Sybase. Click here for a list of possible parameters and odbc states. |
| QDB48 | Error | 20808 | -1000148L | "The table being inserted to does not have a name. %1" | This is an internal error. If this error occurs, it should be reported to Sybase. Click here for a list of possible parameters and odbc states. |
| QDB49 | Error | 20809 | -1000149L | "Unable to open table '%2' with Read/Write access for insert. %1" | The table cannot be opened for write access. The insert cannot proceed. Another user has this table open with write access. Click here for a list of possible parameters and odbc states. |
| QDB50 | Error | 20810 | -1000150L | "Cannot insert into the table. Column '%2' has no index. %1" | This is an internal error. If this error occurs, it should be reported to Sybase. Click here for a list of possible parameters and odbc states. |
| QDB51 | Error | 20811 | -1000151L | "NOT NULL column '%2' was not included in this insert. Data is needed at row %3. %1" | Data must be provided for insertion into columns defined as "NOT NULL". Click here for a list of possible parameters and odbc states. |
| QDB52 | Error | 20812 | -1000152L | "The NOT NULL column '%2' was not included in this insert. %1" | Data must be provided for insertion into columns defined as "NOT NULL". Click here for a list of possible parameters and odbc states. |
| QDB53 | Error | 20813 | -1000153L | "Table '%2', pass-x index count mismatch (%3/%4). %1" | This is an internal error. If this error occurs, it should be reported to Sybase. Click here for a list of possible parameters and odbc states. |