SMALLINT

The SMALLINT data type is an exact signed numeric data type with a precision of 5 and a scale of 0. The SMALLINT data type uses 2 bytes of storage and has a maximum value of 32,767 and a minimum value of -32,768.

If you attempt to move a value larger than the allowed maximum from a data type such as INTEGER or DOUBLE, DBMaker displays a conversion error and does not move the data.

e.g. 4769
  -8376

< OID | Contents | SERIAL >

Copyright 2002 SYSCOM Computer Engineering Co. All rights reserved.