Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. essiprojects

    VARCHAR greater than 256 in a PROCEDURE

    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...
  2. essiprojects

    Hi, I have a table like this:

    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...
  3. essiprojects

    dbaccess connection from a different machine

    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...

Part and Inventory Search

Back
Top