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...
Hi,
I have a table like this:
create table A
(
id int,
name char(4000)
);
I have a procedure where I assign values to field name, but when the assigned value is greater than 255 characters, the name is truncated.
Does anybody know...
Hi,
I have an informix database in a linux machine. On this, as server, I have defined:
/etc/services
sqlexec3 1536/tcp
$INFORMIXDIR/etc/sqlhosts
ol_segades3_shm onipcshm segades3 sqlexec3
As client, I have defined...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.