Progress
Embedded SQL-92
Guide and Reference
SMALLINT Data Type
The SMALLINT data type corresponds to an integer value of 2 bytes. The database representation, as well as the host language representation, is a signed short integer. The range of values corresponding to a column of this type is -32768 to +32767.
EXAMPLEThe following example shows how to declare and use a SMALLINT data type:
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |