SQLPP errors
940
arrays of VARCHAR not supported
Message value Message Type
2605 Error
You have attempted to declare a host variable as an array of VARCHAR or
BINARY. This is not a legal host variable type.
arrays of decimal not allowed
Message value Message Type
2612 Error
You have attempted to declare a host variable as an array of DECIMAL. A
decimal array is not a legal host variable type.
arrays of this type not supported
Message value Message Type
2610 Error
You have attempted to declare a host variable array of a type that is not
supported.
cannot describe static cursors
Message value Message Type
2646 Error
cannot use both DESCRIBE INTO and FETCH INTO on OPEN
Message value Message Type
2643 Error
Probable cause
Probable cause
Probable cause