essiprojects
Programmer
Hi,
I have a PROCEDURE where I have to use a String variable. This String
cannot be a varchar, because it is small. I need something like
LVARCHAR, any type greater than 256 bytes. I have tried to use TEXT, but
I got the error:
608: Illegal attempt to convert Text/Byte blob type.
Does anybody know what I'm doing wrong or what data type can I use?
Thank you.
I have a PROCEDURE where I have to use a String variable. This String
cannot be a varchar, because it is small. I need something like
LVARCHAR, any type greater than 256 bytes. I have tried to use TEXT, but
I got the error:
608: Illegal attempt to convert Text/Byte blob type.
Does anybody know what I'm doing wrong or what data type can I use?
Thank you.