ALLBASE/SQL Message Manual (36216-90213)

Chapter 6 187
ALLBASE/SQL Error Messages: 2420-2795
this is not true.
ACTION When converting to BINARY, make sure that the specified
size of the BINARY matches the size of the source (8
bytes). If converting to VARBINARY, make sure that the
specified size of the VARBINARY is at least the size of the
source. When converting from BINARY or VARBINARY to
a Date/Time type, the source should be 8 bytes.
2661 MESSAGE Invalid TID format. (DBERR 2661)
CAUSE The character string being converted to a TID data type
was not properly formatted.
ACTION The correct syntax for a character string representation of
a TID is:
{0:}
filenumber
:
pagenumber
:
slot
where:
filenumber
is the DBEfile number (0-32767)
pagenumber
is the page number (0-16777215)
slot
is the slot number (0-255)
2662 MESSAGE Data type ! invalid for source string in
TRIM/LTRIN/RTRIM functions.(DBERR 2662)
CAUSE The source string which is to be trimmed is not of type
CHAR or VARCHAR.
ACTION Change the source string parameter to a string
expression.
2663 MESSAGE Data type ! invalid for the starting position
parameter in INSTR function.(DBERR 2663)
CAUSE The starting position parameter in INSTR function is not
an integer expression.
ACTION Change the starting postion parameter to an integer
expression.
2664 MESSAGE Data type ! invalid for the number of
occurance parameter in INSTR function.(DBERR
2664)
CAUSE The number of occurance parameter in INSTR function is
not an integer expression.
ACTION Change the number of occurance parameter in INSTR
function to an integer expression.
2665 MESSAGE Data type ! invalid for the search string in
POSITION/INSTR function.(DBERR 2665)
CAUSE The search string parameter in POSITION/INSTR is not
an expression of type CHAR, VARCHAR, BINARY,