ASA Error Messages
Database Error Messages
Alphabetic list of error messages
| Item | Value |
|---|---|
| SQLCODE | -158 |
| Constant | SQLE_OVERFLOW_ERROR |
| SQLSTATE | 22003 |
| Sybase error code | 220 |
| ODBC 2 State | 22003 |
| ODBC 3 State | 22003 |
| Parameter 1 | The value that caused the overflow. |
You supplied to or fetched from the database a value that is out of range for the destination column or host variable. For example, the value 10 may have been supplied for a DECIMAL(3,2) field.