Enterprise Edition Home | Express Edition Home | Previous Page | Next Page   SQL Statements > SET DESCRIPTOR >

Setting Distinct-Type Fields

The following item-descriptor fields provide information about a column that has a distinct type as its data type:

For more information on the sysxtdtypes system catalog table, see the IBM Informix Guide to SQL: Reference.

Modifying Values Set by the DESCRIBE Statement

You can use a DESCRIBE statement to modify the contents of a system-descriptor area after it is set.

After you use DESCRIBE on a SELECT or an INSERT statement, you must check to determine whether the TYPE field is set to either 11 or 12 to indicate a TEXT or BYTE data type. If TYPE contains an 11 or a 12, you must use the SET DESCRIPTOR statement to reset TYPE to 116, which indicates FILE type.

Related Information

Related statements: ALLOCATE DESCRIPTOR, DEALLOCATE DESCRIPTOR, DECLARE , DESCRIBE, EXECUTE , FETCH , GET DESCRIPTOR , OPEN , PREPARE, and PUT

For more information on system-descriptor areas, refer to the IBM Informix ESQL/C Programmer's Manual.

Enterprise Edition Home | Express Edition Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]