Progress
Embedded SQL-92
Guide and Reference


TINYINT Data Type

The TINYINT data type corresponds to an integer value in the range -128 to 127 inclusive.

typedef struct {
     unsigned long l1 ;
     long h1;
} tpe_tinyint_t ; 

EXAMPLE

The following example shows how to declare a TINYINT data type:

EXEC SQL BEGIN DECLARE SECTION ; 
    TINYINT tiny_v ; 
EXEC SQL END DECLARE SECTION ; 


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095