"Feature '%1' not implemented"
| Item | Description |
|---|---|
|
SQLCode |
-134L |
|
Constant |
NOT_IMPLEMENTED |
|
SQLState |
0A000 |
|
ODBC 2 State |
ERROR |
|
ODBC 3 State |
ERROR |
|
Sybase Error Code |
2075 |
|
Severity Code |
|
|
Parameter 1 |
The unimplemented feature. |
You attempted to carry out an operation or use a feature that is not implemented in this version of SQL Anywhere. In UltraLite, this error often occurs because you attempted to perform an unsupported operation on a LONG VARCHAR or LONG BINARY column. For example, the SUBSTRING function cannot be used with a LONG VARCHAR column. As well, an index cannot be created on a LONG column.